diff --git a/common/version.h b/common/version.h index 62fc5c15f..fe1424612 100644 --- a/common/version.h +++ b/common/version.h @@ -34,7 +34,7 @@ * Manifest: https://github.com/EQEmu/Server/blob/master/utils/sql/db_update_manifest.txt */ -#define CURRENT_BINARY_DATABASE_VERSION 9206 +#define CURRENT_BINARY_DATABASE_VERSION 9207 #ifdef BOTS #define CURRENT_BINARY_BOTS_DATABASE_VERSION 9029 diff --git a/utils/sql/db_update_manifest.txt b/utils/sql/db_update_manifest.txt index afb0c9a68..8bfbb1510 100644 --- a/utils/sql/db_update_manifest.txt +++ b/utils/sql/db_update_manifest.txt @@ -460,6 +460,7 @@ 9204|2022_09_02_faction_association.sql|SHOW TABLES LIKE 'faction_association'|empty| 9205|2022_09_03_fix_starting_point_heading.sql|SELECT * FROM db_version WHERE version >= 9205|empty| 9206|2022_09_03_fix_door_destination_headings.sql|SELECT * FROM db_version WHERE version >= 9206|empty| +9207|2022_09_03_fix_zone_point_heading_data.sql|SELECT * FROM db_version WHERE version >= 9206|empty| # Upgrade conditions: # This won't be needed after this system is implemented, but it is used database that are not diff --git a/utils/sql/git/required/2022_09_03_fix_zone_point_heading_data.sql b/utils/sql/git/required/2022_09_03_fix_zone_point_heading_data.sql new file mode 100644 index 000000000..205a93a20 --- /dev/null +++ b/utils/sql/git/required/2022_09_03_fix_zone_point_heading_data.sql @@ -0,0 +1,3056 @@ +UPDATE zone_points SET target_heading = 0 WHERE zone = 'qeynos' AND version = 0 AND number = 1 AND id = 1 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'qeynos' AND version = 0 AND number = 2 AND id = 3 AND target_heading = 0; +UPDATE zone_points SET target_heading = 5.2 WHERE zone = 'qeynos2' AND version = 0 AND number = 9 AND id = 7 AND target_heading = 2.6; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'feerrott' AND version = 0 AND number = 5 AND id = 10 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'feerrott' AND version = 0 AND number = 77 AND id = 11 AND target_heading = 231; +UPDATE zone_points SET target_heading = 390 WHERE zone = 'acrylia' AND version = 0 AND number = 1 AND id = 13 AND target_heading = 195; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'commons' AND version = 0 AND number = 0 AND id = 14 AND target_heading = 128; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'qey2hh1' AND version = 0 AND number = 2 AND id = 17 AND target_heading = 231; +UPDATE zone_points SET target_heading = 128 WHERE zone = 'northkarana' AND version = 0 AND number = 1 AND id = 18 AND target_heading = 64; +UPDATE zone_points SET target_heading = 384 WHERE zone = 'northkarana' AND version = 0 AND number = 2 AND id = 19 AND target_heading = 192; +UPDATE zone_points SET target_heading = 128 WHERE zone = 'eastkarana' AND version = 0 AND number = 1 AND id = 20 AND target_heading = 64; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'northkarana' AND version = 0 AND number = 3 AND id = 21 AND target_heading = 128; +UPDATE zone_points SET target_heading = 64 WHERE zone = 'eastkarana' AND version = 0 AND number = 2 AND id = 23 AND target_heading = 32; +UPDATE zone_points SET target_heading = 260 WHERE zone = 'beholder' AND version = 0 AND number = 1 AND id = 24 AND target_heading = 130; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'eastkarana' AND version = 0 AND number = 3 AND id = 25 AND target_heading = 128; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'southkarana' AND version = 0 AND number = 2 AND id = 27 AND target_heading = 231; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'beholder' AND version = 0 AND number = 2 AND id = 31 AND target_heading = 0; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'highkeep' AND version = 0 AND number = 1 AND id = 38 AND target_heading = 128; +UPDATE zone_points SET target_heading = 264 WHERE zone = 'commons' AND version = 0 AND number = 1 AND id = 40 AND target_heading = 132; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'kithicor' AND version = 0 AND number = 3 AND id = 41 AND target_heading = 231; +UPDATE zone_points SET target_heading = 388 WHERE zone = 'commons' AND version = 0 AND number = 2 AND id = 45 AND target_heading = 194; +UPDATE zone_points SET target_heading = 382 WHERE zone = 'commons' AND version = 0 AND number = 3 AND id = 47 AND target_heading = 191; +UPDATE zone_points SET target_heading = 130 WHERE zone = 'ecommons' AND version = 0 AND number = 2 AND id = 49 AND target_heading = 65; +UPDATE zone_points SET target_heading = 382 WHERE zone = 'ecommons' AND version = 0 AND number = 3 AND id = 51 AND target_heading = 191; +UPDATE zone_points SET target_heading = 100 WHERE zone = 'ecommons' AND version = 0 AND number = 4 AND id = 53 AND target_heading = 50; +UPDATE zone_points SET target_heading = 130 WHERE zone = 'gukbottom' AND version = 0 AND number = 7 AND id = 71 AND target_heading = 65; +UPDATE zone_points SET target_heading = 453.8 WHERE zone = 'feerrott' AND version = 0 AND number = 1 AND id = 94 AND target_heading = 226.9; +UPDATE zone_points SET target_heading = 118.2 WHERE zone = 'feerrott' AND version = 0 AND number = 2 AND id = 97 AND target_heading = 59.1; +UPDATE zone_points SET target_heading = 5 WHERE zone = 'feerrott' AND version = 0 AND number = 4 AND id = 99 AND target_heading = 2.5; +UPDATE zone_points SET target_heading = 123.2 WHERE zone = 'feerrott' AND version = 0 AND number = 3 AND id = 101 AND target_heading = 61.6; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'southkarana' AND version = 0 AND number = 4 AND id = 108 AND target_heading = 0; +UPDATE zone_points SET target_heading = 208 WHERE zone = 'erudsxing' AND version = 0 AND number = 1 AND id = 121 AND target_heading = 104; +UPDATE zone_points SET target_heading = 66 WHERE zone = 'akanon' AND version = 0 AND number = 1000 AND id = 148 AND target_heading = 33; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'warslikswoods' AND version = 0 AND number = 3 AND id = 156 AND target_heading = 0; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'erudnint' AND version = 0 AND number = 1 AND id = 181 AND target_heading = 231; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'erudnint' AND version = 0 AND number = 2 AND id = 182 AND target_heading = 0; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'butcher' AND version = 0 AND number = 4 AND id = 186 AND target_heading = 231; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'oasis' AND version = 0 AND number = 3 AND id = 187 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'highkeep' AND version = 0 AND number = 2 AND id = 197 AND target_heading = 0; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'qeynos' AND version = 0 AND number = 5 AND id = 214 AND target_heading = 231; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'westwastes' AND version = 0 AND number = 2 AND id = 310 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'necropolis' AND version = 0 AND number = 1 AND id = 311 AND target_heading = 0; +UPDATE zone_points SET target_heading = 168 WHERE zone = 'westwastes' AND version = 0 AND number = 3 AND id = 312 AND target_heading = 84; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'felwithea' AND version = 0 AND number = 2 AND id = 336 AND target_heading = 0; +UPDATE zone_points SET target_heading = 130 WHERE zone = 'felwithea' AND version = 0 AND number = 3 AND id = 337 AND target_heading = 65; +UPDATE zone_points SET target_heading = 374 WHERE zone = 'gfaydark' AND version = 0 AND number = 1 AND id = 338 AND target_heading = 187; +UPDATE zone_points SET target_heading = 198.8 WHERE zone = 'gfaydark' AND version = 0 AND number = 2 AND id = 339 AND target_heading = 99.4; +UPDATE zone_points SET target_heading = 56 WHERE zone = 'gfaydark' AND version = 0 AND number = 3 AND id = 340 AND target_heading = 28; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'gfaydark' AND version = 0 AND number = 4 AND id = 341 AND target_heading = 0; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'gfaydark' AND version = 0 AND number = 177 AND id = 342 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'gfaydark' AND version = 0 AND number = 178 AND id = 343 AND target_heading = 231; +UPDATE zone_points SET target_heading = 260 WHERE zone = 'crushbone' AND version = 0 AND number = 1 AND id = 345 AND target_heading = 130; +UPDATE zone_points SET target_heading = 300 WHERE zone = 'gunthak' AND version = 0 AND number = 1 AND id = 346 AND target_heading = 150; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'gunthak' AND version = 0 AND number = 2 AND id = 347 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'gunthak' AND version = 0 AND number = 3 AND id = 348 AND target_heading = 0; +UPDATE zone_points SET target_heading = 10 WHERE zone = 'gunthak' AND version = 0 AND number = 4 AND id = 349 AND target_heading = 5; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'felwitheb' AND version = 0 AND number = 1 AND id = 370 AND target_heading = 128; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'felwitheb' AND version = 0 AND number = 2 AND id = 371 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'felwitheb' AND version = 0 AND number = 3 AND id = 372 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'felwitheb' AND version = 0 AND number = 4 AND id = 373 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'felwitheb' AND version = 0 AND number = 5 AND id = 374 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'felwitheb' AND version = 0 AND number = 6 AND id = 375 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'felwitheb' AND version = 0 AND number = 7 AND id = 376 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'freporte' AND version = 0 AND number = 9 AND id = 377 AND target_heading = 0; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'freporte' AND version = 0 AND number = 10 AND id = 378 AND target_heading = 231; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'freporte' AND version = 0 AND number = 11 AND id = 379 AND target_heading = 128; +UPDATE zone_points SET target_heading = 196 WHERE zone = 'freporte' AND version = 0 AND number = 53 AND id = 380 AND target_heading = 98; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'freportw' AND version = 0 AND number = 5 AND id = 381 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'freportw' AND version = 0 AND number = 6 AND id = 382 AND target_heading = 231; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'freportw' AND version = 0 AND number = 7 AND id = 383 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'freportw' AND version = 0 AND number = 8 AND id = 384 AND target_heading = 0; +UPDATE zone_points SET target_heading = 130 WHERE zone = 'freportw' AND version = 0 AND number = 9 AND id = 385 AND target_heading = 65; +UPDATE zone_points SET target_heading = 260 WHERE zone = 'freportw' AND version = 0 AND number = 10 AND id = 386 AND target_heading = 130; +UPDATE zone_points SET target_heading = 126 WHERE zone = 'freportw' AND version = 0 AND number = 12 AND id = 387 AND target_heading = 63; +UPDATE zone_points SET target_heading = 130 WHERE zone = 'freportw' AND version = 0 AND number = 51 AND id = 388 AND target_heading = 65; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'freportw' AND version = 0 AND number = 52 AND id = 389 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'freportw' AND version = 0 AND number = 53 AND id = 390 AND target_heading = 231; +UPDATE zone_points SET target_heading = 4 WHERE zone = 'freportw' AND version = 0 AND number = 177 AND id = 391 AND target_heading = 2; +UPDATE zone_points SET target_heading = 253.8 WHERE zone = 'freportn' AND version = 0 AND number = 7 AND id = 392 AND target_heading = 126.9; +UPDATE zone_points SET target_heading = 250 WHERE zone = 'freportn' AND version = 0 AND number = 8 AND id = 393 AND target_heading = 125; +UPDATE zone_points SET target_heading = 320 WHERE zone = 'freportn' AND version = 0 AND number = 51 AND id = 394 AND target_heading = 160; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'freportn' AND version = 0 AND number = 52 AND id = 395 AND target_heading = 0; +UPDATE zone_points SET target_heading = 255 WHERE zone = 'grobb' AND version = 0 AND number = 1 AND id = 396 AND target_heading = 127.5; +UPDATE zone_points SET target_heading = 196 WHERE zone = 'halas' AND version = 0 AND number = 1 AND id = 397 AND target_heading = 98; +UPDATE zone_points SET target_heading = 260 WHERE zone = 'kaladima' AND version = 0 AND number = 1 AND id = 398 AND target_heading = 130; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'kaladima' AND version = 0 AND number = 2 AND id = 399 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'kaladima' AND version = 0 AND number = 3 AND id = 400 AND target_heading = 231; +UPDATE zone_points SET target_heading = 320 WHERE zone = 'kaladimb' AND version = 0 AND number = 1 AND id = 401 AND target_heading = 160; +UPDATE zone_points SET target_heading = 200 WHERE zone = 'kaladimb' AND version = 0 AND number = 2 AND id = 402 AND target_heading = 100; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'katta' AND version = 0 AND number = 1 AND id = 403 AND target_heading = 0; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'katta' AND version = 0 AND number = 2 AND id = 404 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'katta' AND version = 0 AND number = 3 AND id = 405 AND target_heading = 231; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'katta' AND version = 0 AND number = 7 AND id = 407 AND target_heading = 128; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'katta' AND version = 0 AND number = 8 AND id = 408 AND target_heading = 128; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'katta' AND version = 0 AND number = 9 AND id = 409 AND target_heading = 128; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'katta' AND version = 0 AND number = 10 AND id = 410 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'katta' AND version = 0 AND number = 11 AND id = 411 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'katta' AND version = 0 AND number = 12 AND id = 412 AND target_heading = 0; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'neriaka' AND version = 0 AND number = 1 AND id = 413 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'neriaka' AND version = 0 AND number = 2 AND id = 414 AND target_heading = 231; +UPDATE zone_points SET target_heading = 128 WHERE zone = 'neriaka' AND version = 0 AND number = 3 AND id = 415 AND target_heading = 64; +UPDATE zone_points SET target_heading = 380 WHERE zone = 'neriakb' AND version = 0 AND number = 1 AND id = 416 AND target_heading = 190; +UPDATE zone_points SET target_heading = 134 WHERE zone = 'neriakb' AND version = 0 AND number = 2 AND id = 417 AND target_heading = 67; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'neriakb' AND version = 0 AND number = 3 AND id = 418 AND target_heading = 231; +UPDATE zone_points SET target_heading = 261.6 WHERE zone = 'neriakc' AND version = 0 AND number = 1 AND id = 419 AND target_heading = 130.8; +UPDATE zone_points SET target_heading = 504 WHERE zone = 'neriakc' AND version = 0 AND number = 2 AND id = 420 AND target_heading = 252; +UPDATE zone_points SET target_heading = 502 WHERE zone = 'nexus' AND version = 0 AND number = 0 AND id = 425 AND target_heading = 251; +UPDATE zone_points SET target_heading = 128 WHERE zone = 'nexus' AND version = 0 AND number = 2 AND id = 426 AND target_heading = 64; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'nexus' AND version = 0 AND number = 3 AND id = 427 AND target_heading = 231; +UPDATE zone_points SET target_heading = 384 WHERE zone = 'nexus' AND version = 0 AND number = 4 AND id = 428 AND target_heading = 192; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'nexus' AND version = 0 AND number = 6 AND id = 429 AND target_heading = 128; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'nexus' AND version = 0 AND number = 7 AND id = 430 AND target_heading = 128; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'nexus' AND version = 0 AND number = 8 AND id = 431 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'nexus' AND version = 0 AND number = 9 AND id = 432 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'nexus' AND version = 0 AND number = 10 AND id = 433 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'nexus' AND version = 0 AND number = 11 AND id = 434 AND target_heading = 0; +UPDATE zone_points SET target_heading = 498 WHERE zone = 'nexus' AND version = 0 AND number = 12 AND id = 435 AND target_heading = 249; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'nexus' AND version = 0 AND number = 13 AND id = 436 AND target_heading = 0; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'nexus' AND version = 0 AND number = 14 AND id = 437 AND target_heading = 128; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'nexus' AND version = 0 AND number = 25 AND id = 438 AND target_heading = 0; +UPDATE zone_points SET target_heading = 2 WHERE zone = 'nexus' AND version = 0 AND number = 77 AND id = 439 AND target_heading = 1; +UPDATE zone_points SET target_heading = 252 WHERE zone = 'oggok' AND version = 0 AND number = 1 AND id = 440 AND target_heading = 126; +UPDATE zone_points SET target_heading = 6 WHERE zone = 'poknowledge' AND version = 0 AND number = 1 AND id = 452 AND target_heading = 3; +UPDATE zone_points SET target_heading = 348 WHERE zone = 'poknowledge' AND version = 0 AND number = 2 AND id = 453 AND target_heading = 174; +UPDATE zone_points SET target_heading = 90 WHERE zone = 'poknowledge' AND version = 0 AND number = 3 AND id = 454 AND target_heading = 45; +UPDATE zone_points SET target_heading = 394 WHERE zone = 'poknowledge' AND version = 0 AND number = 4 AND id = 455 AND target_heading = 197; +UPDATE zone_points SET target_heading = 488 WHERE zone = 'poknowledge' AND version = 0 AND number = 5 AND id = 456 AND target_heading = 244; +UPDATE zone_points SET target_heading = 238 WHERE zone = 'poknowledge' AND version = 0 AND number = 6 AND id = 457 AND target_heading = 119; +UPDATE zone_points SET target_heading = 270 WHERE zone = 'poknowledge' AND version = 0 AND number = 7 AND id = 458 AND target_heading = 135; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'poknowledge' AND version = 0 AND number = 8 AND id = 459 AND target_heading = 0; +UPDATE zone_points SET target_heading = 472 WHERE zone = 'poknowledge' AND version = 0 AND number = 9 AND id = 460 AND target_heading = 236; +UPDATE zone_points SET target_heading = 22 WHERE zone = 'poknowledge' AND version = 0 AND number = 10 AND id = 461 AND target_heading = 11; +UPDATE zone_points SET target_heading = 262 WHERE zone = 'poknowledge' AND version = 0 AND number = 11 AND id = 462 AND target_heading = 131; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'poknowledge' AND version = 0 AND number = 12 AND id = 463 AND target_heading = 128; +UPDATE zone_points SET target_heading = 510 WHERE zone = 'poknowledge' AND version = 0 AND number = 13 AND id = 464 AND target_heading = 255; +UPDATE zone_points SET target_heading = 496 WHERE zone = 'poknowledge' AND version = 0 AND number = 14 AND id = 465 AND target_heading = 248; +UPDATE zone_points SET target_heading = 6 WHERE zone = 'poknowledge' AND version = 0 AND number = 15 AND id = 466 AND target_heading = 3; +UPDATE zone_points SET target_heading = 432 WHERE zone = 'poknowledge' AND version = 0 AND number = 16 AND id = 467 AND target_heading = 216; +UPDATE zone_points SET target_heading = 40 WHERE zone = 'poknowledge' AND version = 0 AND number = 17 AND id = 468 AND target_heading = 20; +UPDATE zone_points SET target_heading = 496 WHERE zone = 'poknowledge' AND version = 0 AND number = 18 AND id = 469 AND target_heading = 248; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'poknowledge' AND version = 0 AND number = 19 AND id = 470 AND target_heading = 128; +UPDATE zone_points SET target_heading = 232 WHERE zone = 'poknowledge' AND version = 0 AND number = 20 AND id = 471 AND target_heading = 116; +UPDATE zone_points SET target_heading = 258 WHERE zone = 'qeynos' AND version = 0 AND number = 3 AND id = 472 AND target_heading = 129; +UPDATE zone_points SET target_heading = 500 WHERE zone = 'qeynos' AND version = 0 AND number = 4 AND id = 473 AND target_heading = 250; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'qeynos' AND version = 0 AND number = 22 AND id = 474 AND target_heading = 231; +UPDATE zone_points SET target_heading = 390 WHERE zone = 'qeynos' AND version = 0 AND number = 33 AND id = 475 AND target_heading = 195; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'qeynos2' AND version = 0 AND number = 1 AND id = 476 AND target_heading = 231; +UPDATE zone_points SET target_heading = 500 WHERE zone = 'qeynos2' AND version = 0 AND number = 2 AND id = 477 AND target_heading = 250; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'qeynos2' AND version = 0 AND number = 4 AND id = 478 AND target_heading = 128; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'qeynos2' AND version = 0 AND number = 5 AND id = 479 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'qeynos2' AND version = 0 AND number = 6 AND id = 480 AND target_heading = 231; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'qeynos2' AND version = 0 AND number = 14 AND id = 481 AND target_heading = 0; +UPDATE zone_points SET target_heading = 254 WHERE zone = 'qeynos2' AND version = 0 AND number = 77 AND id = 482 AND target_heading = 127; +UPDATE zone_points SET target_heading = 254 WHERE zone = 'qeynos2' AND version = 0 AND number = 99 AND id = 483 AND target_heading = 127; +UPDATE zone_points SET target_heading = 130 WHERE zone = 'qcat' AND version = 0 AND number = 1 AND id = 484 AND target_heading = 65; +UPDATE zone_points SET target_heading = 130 WHERE zone = 'qcat' AND version = 0 AND number = 2 AND id = 485 AND target_heading = 65; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'qcat' AND version = 0 AND number = 3 AND id = 486 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'qcat' AND version = 0 AND number = 4 AND id = 487 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'qcat' AND version = 0 AND number = 5 AND id = 488 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'qcat' AND version = 0 AND number = 6 AND id = 489 AND target_heading = 231; +UPDATE zone_points SET target_heading = 38 WHERE zone = 'qcat' AND version = 0 AND number = 7 AND id = 490 AND target_heading = 19; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'qcat' AND version = 0 AND number = 99 AND id = 491 AND target_heading = 231; +UPDATE zone_points SET target_heading = 264 WHERE zone = 'rivervale' AND version = 0 AND number = 98 AND id = 492 AND target_heading = 132; +UPDATE zone_points SET target_heading = 12.2 WHERE zone = 'rivervale' AND version = 0 AND number = 99 AND id = 493 AND target_heading = 6.1; +UPDATE zone_points SET target_heading = 64 WHERE zone = 'sseru' AND version = 0 AND number = 1 AND id = 494 AND target_heading = 32; +UPDATE zone_points SET target_heading = 490 WHERE zone = 'sseru' AND version = 0 AND number = 2 AND id = 495 AND target_heading = 245; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'sseru' AND version = 0 AND number = 3 AND id = 496 AND target_heading = 128; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'sseru' AND version = 0 AND number = 6 AND id = 497 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'sseru' AND version = 0 AND number = 8 AND id = 498 AND target_heading = 0; +UPDATE zone_points SET target_heading = 496 WHERE zone = 'sseru' AND version = 0 AND number = 188 AND id = 499 AND target_heading = 248; +UPDATE zone_points SET target_heading = 498 WHERE zone = 'sseru' AND version = 0 AND number = 189 AND id = 500 AND target_heading = 249; +UPDATE zone_points SET target_heading = 504 WHERE zone = 'sseru' AND version = 0 AND number = 191 AND id = 501 AND target_heading = 252; +UPDATE zone_points SET target_heading = 240 WHERE zone = 'sseru' AND version = 0 AND number = 192 AND id = 502 AND target_heading = 120; +UPDATE zone_points SET target_heading = 248 WHERE zone = 'sseru' AND version = 0 AND number = 193 AND id = 503 AND target_heading = 124; +UPDATE zone_points SET target_heading = 494 WHERE zone = 'sseru' AND version = 0 AND number = 194 AND id = 504 AND target_heading = 247; +UPDATE zone_points SET target_heading = 6 WHERE zone = 'sseru' AND version = 0 AND number = 195 AND id = 505 AND target_heading = 3; +UPDATE zone_points SET target_heading = 238 WHERE zone = 'sseru' AND version = 0 AND number = 196 AND id = 506 AND target_heading = 119; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'sseru' AND version = 0 AND number = 197 AND id = 507 AND target_heading = 128; +UPDATE zone_points SET target_heading = 504 WHERE zone = 'sseru' AND version = 0 AND number = 198 AND id = 508 AND target_heading = 252; +UPDATE zone_points SET target_heading = 6 WHERE zone = 'sseru' AND version = 0 AND number = 201 AND id = 509 AND target_heading = 3; +UPDATE zone_points SET target_heading = 264 WHERE zone = 'sseru' AND version = 0 AND number = 202 AND id = 510 AND target_heading = 132; +UPDATE zone_points SET target_heading = 254 WHERE zone = 'sseru' AND version = 0 AND number = 203 AND id = 511 AND target_heading = 127; +UPDATE zone_points SET target_heading = 508 WHERE zone = 'sseru' AND version = 0 AND number = 204 AND id = 512 AND target_heading = 254; +UPDATE zone_points SET target_heading = 244 WHERE zone = 'sseru' AND version = 0 AND number = 205 AND id = 513 AND target_heading = 122; +UPDATE zone_points SET target_heading = 494 WHERE zone = 'sseru' AND version = 0 AND number = 206 AND id = 514 AND target_heading = 247; +UPDATE zone_points SET target_heading = 494 WHERE zone = 'sseru' AND version = 0 AND number = 207 AND id = 515 AND target_heading = 247; +UPDATE zone_points SET target_heading = 240 WHERE zone = 'sseru' AND version = 0 AND number = 208 AND id = 516 AND target_heading = 120; +UPDATE zone_points SET target_heading = 248 WHERE zone = 'sseru' AND version = 0 AND number = 209 AND id = 517 AND target_heading = 124; +UPDATE zone_points SET target_heading = 506 WHERE zone = 'sseru' AND version = 0 AND number = 210 AND id = 518 AND target_heading = 253; +UPDATE zone_points SET target_heading = 242 WHERE zone = 'sseru' AND version = 0 AND number = 211 AND id = 519 AND target_heading = 121; +UPDATE zone_points SET target_heading = 492 WHERE zone = 'sseru' AND version = 0 AND number = 212 AND id = 520 AND target_heading = 246; +UPDATE zone_points SET target_heading = 502 WHERE zone = 'sseru' AND version = 0 AND number = 213 AND id = 521 AND target_heading = 251; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'shadowhaven' AND version = 0 AND number = 1 AND id = 522 AND target_heading = 231; +UPDATE zone_points SET target_heading = 71.2 WHERE zone = 'shadowhaven' AND version = 0 AND number = 2 AND id = 523 AND target_heading = 35.6; +UPDATE zone_points SET target_heading = 130 WHERE zone = 'shadowhaven' AND version = 0 AND number = 3 AND id = 524 AND target_heading = 65; +UPDATE zone_points SET target_heading = 384 WHERE zone = 'shadowhaven' AND version = 0 AND number = 4 AND id = 525 AND target_heading = 192; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'shadowhaven' AND version = 0 AND number = 6 AND id = 526 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'shadowhaven' AND version = 0 AND number = 7 AND id = 527 AND target_heading = 231; +UPDATE zone_points SET target_heading = 512 WHERE zone = 'shadowhaven' AND version = 0 AND number = 8 AND id = 528 AND target_heading = 256; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'shadowhaven' AND version = 0 AND number = 9 AND id = 529 AND target_heading = 128; +UPDATE zone_points SET target_heading = 128 WHERE zone = 'shadowhaven' AND version = 0 AND number = 10 AND id = 530 AND target_heading = 64; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'shadowhaven' AND version = 0 AND number = 11 AND id = 531 AND target_heading = 128; +UPDATE zone_points SET target_heading = 130 WHERE zone = 'sharvahl' AND version = 0 AND number = 1 AND id = 533 AND target_heading = 65; +UPDATE zone_points SET target_heading = 388 WHERE zone = 'sharvahl' AND version = 0 AND number = 2 AND id = 534 AND target_heading = 194; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'qrg' AND version = 0 AND number = 5 AND id = 537 AND target_heading = 128; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'qrg' AND version = 0 AND number = 7 AND id = 538 AND target_heading = 128; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'thurgadina' AND version = 0 AND number = 1 AND id = 539 AND target_heading = 128; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'thurgadina' AND version = 0 AND number = 2 AND id = 540 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'thurgadina' AND version = 0 AND number = 3 AND id = 541 AND target_heading = 0; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'thurgadinb' AND version = 0 AND number = 1 AND id = 542 AND target_heading = 128; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'thurgadinb' AND version = 0 AND number = 2 AND id = 543 AND target_heading = 0; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'thurgadinb' AND version = 0 AND number = 3 AND id = 544 AND target_heading = 128; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'butcher' AND version = 0 AND number = 1 AND id = 549 AND target_heading = 231; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'butcher' AND version = 0 AND number = 2 AND id = 550 AND target_heading = 0; +UPDATE zone_points SET target_heading = 176 WHERE zone = 'butcher' AND version = 0 AND number = 3 AND id = 551 AND target_heading = 88; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'butcher' AND version = 0 AND number = 77 AND id = 552 AND target_heading = 231; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'cobaltscar' AND version = 0 AND number = 1 AND id = 555 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'cobaltscar' AND version = 0 AND number = 10 AND id = 556 AND target_heading = 0; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'cauldron' AND version = 0 AND number = 1 AND id = 557 AND target_heading = 231; +UPDATE zone_points SET target_heading = 382 WHERE zone = 'cauldron' AND version = 0 AND number = 2 AND id = 558 AND target_heading = 191; +UPDATE zone_points SET target_heading = 310 WHERE zone = 'cauldron' AND version = 0 AND number = 3 AND id = 559 AND target_heading = 155; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'dawnshroud' AND version = 0 AND number = 1 AND id = 560 AND target_heading = 128; +UPDATE zone_points SET target_heading = 384 WHERE zone = 'dawnshroud' AND version = 0 AND number = 2 AND id = 561 AND target_heading = 192; +UPDATE zone_points SET target_heading = 380.8 WHERE zone = 'dawnshroud' AND version = 0 AND number = 3 AND id = 562 AND target_heading = 190.4; +UPDATE zone_points SET target_heading = 253.6 WHERE zone = 'dawnshroud' AND version = 0 AND number = 4 AND id = 563 AND target_heading = 126.8; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'dawnshroud' AND version = 0 AND number = 5 AND id = 564 AND target_heading = 128; +UPDATE zone_points SET target_heading = 128 WHERE zone = 'dawnshroud' AND version = 0 AND number = 6 AND id = 565 AND target_heading = 64; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'dulak' AND version = 0 AND number = 1 AND id = 573 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'dulak' AND version = 0 AND number = 2 AND id = 574 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'ecommons' AND version = 0 AND number = 1 AND id = 575 AND target_heading = 231; +UPDATE zone_points SET target_heading = 384 WHERE zone = 'eastwastes' AND version = 0 AND number = 1 AND id = 581 AND target_heading = 192; +UPDATE zone_points SET target_heading = 131.8 WHERE zone = 'eastwastes' AND version = 0 AND number = 2 AND id = 582 AND target_heading = 65.9; +UPDATE zone_points SET target_heading = 130 WHERE zone = 'eastwastes' AND version = 0 AND number = 3 AND id = 583 AND target_heading = 65; +UPDATE zone_points SET target_heading = 390 WHERE zone = 'eastwastes' AND version = 0 AND number = 5 AND id = 584 AND target_heading = 195; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'eastwastes' AND version = 0 AND number = 13 AND id = 585 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'everfrost' AND version = 0 AND number = 1 AND id = 590 AND target_heading = 231; +UPDATE zone_points SET target_heading = 250 WHERE zone = 'everfrost' AND version = 0 AND number = 2 AND id = 591 AND target_heading = 125; +UPDATE zone_points SET target_heading = 390 WHERE zone = 'everfrost' AND version = 0 AND number = 3 AND id = 592 AND target_heading = 195; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'everfrost' AND version = 0 AND number = 77 AND id = 594 AND target_heading = 231; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'greatdivide' AND version = 0 AND number = 0 AND id = 615 AND target_heading = 0; +UPDATE zone_points SET target_heading = 382 WHERE zone = 'greatdivide' AND version = 0 AND number = 1 AND id = 616 AND target_heading = 191; +UPDATE zone_points SET target_heading = 8 WHERE zone = 'greatdivide' AND version = 0 AND number = 2 AND id = 617 AND target_heading = 4; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'greatdivide' AND version = 0 AND number = 3 AND id = 618 AND target_heading = 128; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'greatdivide' AND version = 0 AND number = 4 AND id = 619 AND target_heading = 0; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'greatdivide' AND version = 0 AND number = 77 AND id = 620 AND target_heading = 231; +UPDATE zone_points SET target_heading = 168 WHERE zone = 'thegrey' AND version = 0 AND number = 1 AND id = 621 AND target_heading = 84; +UPDATE zone_points SET target_heading = 128 WHERE zone = 'thegrey' AND version = 0 AND number = 2 AND id = 622 AND target_heading = 64; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'thegrey' AND version = 0 AND number = 3 AND id = 623 AND target_heading = 128; +UPDATE zone_points SET target_heading = 260 WHERE zone = 'grimling' AND version = 0 AND number = 1 AND id = 624 AND target_heading = 130; +UPDATE zone_points SET target_heading = 192 WHERE zone = 'grimling' AND version = 0 AND number = 2 AND id = 625 AND target_heading = 96; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'grimling' AND version = 0 AND number = 3 AND id = 626 AND target_heading = 231; +UPDATE zone_points SET target_heading = 143.2 WHERE zone = 'hollowshade' AND version = 0 AND number = 1 AND id = 633 AND target_heading = 71.6; +UPDATE zone_points SET target_heading = 64 WHERE zone = 'hollowshade' AND version = 0 AND number = 2 AND id = 634 AND target_heading = 32; +UPDATE zone_points SET target_heading = 260 WHERE zone = 'hollowshade' AND version = 0 AND number = 3 AND id = 635 AND target_heading = 130; +UPDATE zone_points SET target_heading = 128 WHERE zone = 'iceclad' AND version = 0 AND number = 1 AND id = 637 AND target_heading = 64; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'iceclad' AND version = 0 AND number = 7 AND id = 638 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'iceclad' AND version = 0 AND number = 9 AND id = 639 AND target_heading = 0; +UPDATE zone_points SET target_heading = 384.4 WHERE zone = 'innothule' AND version = 0 AND number = 1 AND id = 640 AND target_heading = 192.2; +UPDATE zone_points SET target_heading = 16 WHERE zone = 'innothule' AND version = 0 AND number = 2 AND id = 641 AND target_heading = 8; +UPDATE zone_points SET target_heading = 511.8 WHERE zone = 'innothule' AND version = 0 AND number = 3 AND id = 642 AND target_heading = 255.9; +UPDATE zone_points SET target_heading = 511 WHERE zone = 'innothule' AND version = 0 AND number = 4 AND id = 643 AND target_heading = 255.5; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'innothule' AND version = 0 AND number = 77 AND id = 644 AND target_heading = 231; +UPDATE zone_points SET target_heading = 396 WHERE zone = 'kerraridge' AND version = 0 AND number = 1 AND id = 647 AND target_heading = 198; +UPDATE zone_points SET target_heading = 28 WHERE zone = 'kithicor' AND version = 0 AND number = 1 AND id = 648 AND target_heading = 14; +UPDATE zone_points SET target_heading = 502 WHERE zone = 'kithicor' AND version = 0 AND number = 2 AND id = 649 AND target_heading = 251; +UPDATE zone_points SET target_heading = 176 WHERE zone = 'lavastorm' AND version = 0 AND number = 0 AND id = 658 AND target_heading = 88; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'lfaydark' AND version = 0 AND number = 1 AND id = 663 AND target_heading = 231; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'lfaydark' AND version = 0 AND number = 2 AND id = 664 AND target_heading = 0; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'lfaydark' AND version = 0 AND number = 3 AND id = 665 AND target_heading = 231; +UPDATE zone_points SET target_heading = 452 WHERE zone = 'lfaydark' AND version = 0 AND number = 9 AND id = 666 AND target_heading = 226; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'maiden' AND version = 0 AND number = 1 AND id = 667 AND target_heading = 128; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'maiden' AND version = 0 AND number = 2 AND id = 668 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'maiden' AND version = 0 AND number = 3 AND id = 669 AND target_heading = 0; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'maiden' AND version = 0 AND number = 4 AND id = 670 AND target_heading = 128; +UPDATE zone_points SET target_heading = 382 WHERE zone = 'mseru' AND version = 0 AND number = 1 AND id = 671 AND target_heading = 191; +UPDATE zone_points SET target_heading = 384 WHERE zone = 'mseru' AND version = 0 AND number = 2 AND id = 672 AND target_heading = 192; +UPDATE zone_points SET target_heading = 100 WHERE zone = 'mseru' AND version = 0 AND number = 3 AND id = 673 AND target_heading = 50; +UPDATE zone_points SET target_heading = 384 WHERE zone = 'mseru' AND version = 0 AND number = 4 AND id = 674 AND target_heading = 192; +UPDATE zone_points SET target_heading = 212 WHERE zone = 'misty' AND version = 0 AND number = 1 AND id = 675 AND target_heading = 106; +UPDATE zone_points SET target_heading = 380 WHERE zone = 'misty' AND version = 0 AND number = 2 AND id = 676 AND target_heading = 190; +UPDATE zone_points SET target_heading = 510 WHERE zone = 'misty' AND version = 0 AND number = 77 AND id = 677 AND target_heading = 255; +UPDATE zone_points SET target_heading = 466 WHERE zone = 'letalis' AND version = 0 AND number = 1 AND id = 678 AND target_heading = 233; +UPDATE zone_points SET target_heading = 166 WHERE zone = 'letalis' AND version = 0 AND number = 2 AND id = 679 AND target_heading = 83; +UPDATE zone_points SET target_heading = 384 WHERE zone = 'nadox' AND version = 0 AND number = 1 AND id = 681 AND target_heading = 192; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'nadox' AND version = 0 AND number = 2 AND id = 682 AND target_heading = 128; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'nadox' AND version = 0 AND number = 3 AND id = 683 AND target_heading = 0; +UPDATE zone_points SET target_heading = 330 WHERE zone = 'nadox' AND version = 0 AND number = 4 AND id = 684 AND target_heading = 165; +UPDATE zone_points SET target_heading = 508 WHERE zone = 'nro' AND version = 0 AND number = 1 AND id = 686 AND target_heading = 254; +UPDATE zone_points SET target_heading = 268 WHERE zone = 'nro' AND version = 0 AND number = 2 AND id = 687 AND target_heading = 134; +UPDATE zone_points SET target_heading = 102 WHERE zone = 'nro' AND version = 0 AND number = 3 AND id = 688 AND target_heading = 51; +UPDATE zone_points SET target_heading = 132 WHERE zone = 'nro' AND version = 0 AND number = 4 AND id = 689 AND target_heading = 66; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'northkarana' AND version = 0 AND number = 4 AND id = 691 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'oasis' AND version = 0 AND number = 1 AND id = 692 AND target_heading = 0; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'oasis' AND version = 0 AND number = 2 AND id = 693 AND target_heading = 128; +UPDATE zone_points SET target_heading = 262 WHERE zone = 'qeytoqrg' AND version = 0 AND number = 1 AND id = 700 AND target_heading = 131; +UPDATE zone_points SET target_heading = 328 WHERE zone = 'qeytoqrg' AND version = 0 AND number = 2 AND id = 701 AND target_heading = 164; +UPDATE zone_points SET target_heading = 130 WHERE zone = 'qeytoqrg' AND version = 0 AND number = 3 AND id = 703 AND target_heading = 65; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'qeytoqrg' AND version = 0 AND number = 4 AND id = 704 AND target_heading = 0; +UPDATE zone_points SET target_heading = 72 WHERE zone = 'rathemtn' AND version = 0 AND number = 1 AND id = 725 AND target_heading = 36; +UPDATE zone_points SET target_heading = 260 WHERE zone = 'rathemtn' AND version = 0 AND number = 2 AND id = 726 AND target_heading = 130; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'scarlet' AND version = 0 AND number = 1 AND id = 727 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'scarlet' AND version = 0 AND number = 2 AND id = 728 AND target_heading = 0; +UPDATE zone_points SET target_heading = 128 WHERE zone = 'scarlet' AND version = 0 AND number = 3 AND id = 729 AND target_heading = 64; +UPDATE zone_points SET target_heading = 128 WHERE zone = 'shadeweaver' AND version = 0 AND number = 1 AND id = 730 AND target_heading = 64; +UPDATE zone_points SET target_heading = 128 WHERE zone = 'shadeweaver' AND version = 0 AND number = 3 AND id = 731 AND target_heading = 64; +UPDATE zone_points SET target_heading = 254 WHERE zone = 'shadeweaver' AND version = 0 AND number = 77 AND id = 733 AND target_heading = 127; +UPDATE zone_points SET target_heading = 22.4 WHERE zone = 'sro' AND version = 0 AND number = 1 AND id = 738 AND target_heading = 11.2; +UPDATE zone_points SET target_heading = 234.2 WHERE zone = 'sro' AND version = 0 AND number = 2 AND id = 739 AND target_heading = 117.1; +UPDATE zone_points SET target_heading = 258 WHERE zone = 'southkarana' AND version = 0 AND number = 1 AND id = 740 AND target_heading = 129; +UPDATE zone_points SET target_heading = 144 WHERE zone = 'steamfont' AND version = 0 AND number = 1 AND id = 741 AND target_heading = 72; +UPDATE zone_points SET target_heading = 64 WHERE zone = 'steamfont' AND version = 0 AND number = 2 AND id = 742 AND target_heading = 32; +UPDATE zone_points SET target_heading = 510 WHERE zone = 'steamfont' AND version = 0 AND number = 77 AND id = 743 AND target_heading = 255; +UPDATE zone_points SET target_heading = 260 WHERE zone = 'soltemple' AND version = 0 AND number = 1 AND id = 752 AND target_heading = 130; +UPDATE zone_points SET target_heading = 300 WHERE zone = 'tenebrous' AND version = 0 AND number = 1 AND id = 753 AND target_heading = 150; +UPDATE zone_points SET target_heading = 135.2 WHERE zone = 'tenebrous' AND version = 0 AND number = 2 AND id = 754 AND target_heading = 67.6; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'torgiran' AND version = 0 AND number = 1 AND id = 767 AND target_heading = 0; +UPDATE zone_points SET target_heading = 274 WHERE zone = 'torgiran' AND version = 0 AND number = 2 AND id = 768 AND target_heading = 137; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'tox' AND version = 0 AND number = 0 AND id = 769 AND target_heading = 128; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'tox' AND version = 0 AND number = 1 AND id = 770 AND target_heading = 0; +UPDATE zone_points SET target_heading = 189.6 WHERE zone = 'tox' AND version = 0 AND number = 2 AND id = 771 AND target_heading = 94.8; +UPDATE zone_points SET target_heading = 76 WHERE zone = 'tox' AND version = 0 AND number = 3 AND id = 772 AND target_heading = 38; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'tox' AND version = 0 AND number = 77 AND id = 774 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'tox' AND version = 0 AND number = 177 AND id = 775 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'twilight' AND version = 0 AND number = 1 AND id = 779 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'twilight' AND version = 0 AND number = 2 AND id = 780 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'twilight' AND version = 0 AND number = 6 AND id = 782 AND target_heading = 0; +UPDATE zone_points SET target_heading = 248 WHERE zone = 'umbral' AND version = 0 AND number = 1 AND id = 783 AND target_heading = 124; +UPDATE zone_points SET target_heading = 130 WHERE zone = 'umbral' AND version = 0 AND number = 2 AND id = 784 AND target_heading = 65; +UPDATE zone_points SET target_heading = 128.8 WHERE zone = 'umbral' AND version = 0 AND number = 45 AND id = 785 AND target_heading = 64.4; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'wakening' AND version = 0 AND number = 1 AND id = 786 AND target_heading = 0; +UPDATE zone_points SET target_heading = 390 WHERE zone = 'wakening' AND version = 0 AND number = 2 AND id = 787 AND target_heading = 195; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'wakening' AND version = 0 AND number = 7 AND id = 788 AND target_heading = 0; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'westwastes' AND version = 0 AND number = 1 AND id = 796 AND target_heading = 128; +UPDATE zone_points SET target_heading = 48 WHERE zone = 'westwastes' AND version = 0 AND number = 20 AND id = 797 AND target_heading = 24; +UPDATE zone_points SET target_heading = 168 WHERE zone = 'westwastes' AND version = 0 AND number = 56 AND id = 798 AND target_heading = 84; +UPDATE zone_points SET target_heading = 62 WHERE zone = 'qey2hh1' AND version = 0 AND number = 1 AND id = 799 AND target_heading = 31; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'befallen' AND version = 0 AND number = 1 AND id = 801 AND target_heading = 231; +UPDATE zone_points SET target_heading = 260 WHERE zone = 'blackburrow' AND version = 0 AND number = 1 AND id = 802 AND target_heading = 130; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'blackburrow' AND version = 0 AND number = 2 AND id = 803 AND target_heading = 0; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'blackburrow' AND version = 0 AND number = 7 AND id = 804 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'lakerathe' AND version = 0 AND number = 1 AND id = 806 AND target_heading = 231; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'lakerathe' AND version = 0 AND number = 2 AND id = 807 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'lakerathe' AND version = 0 AND number = 3 AND id = 808 AND target_heading = 0; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'crystal' AND version = 0 AND number = 1 AND id = 811 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'crystal' AND version = 0 AND number = 2 AND id = 812 AND target_heading = 231; +UPDATE zone_points SET target_heading = 128 WHERE zone = 'thedeep' AND version = 0 AND number = 1 AND id = 816 AND target_heading = 64; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'thedeep' AND version = 0 AND number = 2 AND id = 817 AND target_heading = 0; +UPDATE zone_points SET target_heading = 260 WHERE zone = 'echo' AND version = 0 AND number = 1 AND id = 821 AND target_heading = 130; +UPDATE zone_points SET target_heading = 131 WHERE zone = 'echo' AND version = 0 AND number = 2 AND id = 822 AND target_heading = 65.5; +UPDATE zone_points SET target_heading = 121.6 WHERE zone = 'echo' AND version = 0 AND number = 3 AND id = 823 AND target_heading = 60.8; +UPDATE zone_points SET target_heading = 6.2 WHERE zone = 'echo' AND version = 0 AND number = 4 AND id = 824 AND target_heading = 3.1; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'frozenshadow' AND version = 0 AND number = 2 AND id = 826 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'frozenshadow' AND version = 0 AND number = 3 AND id = 827 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'frozenshadow' AND version = 0 AND number = 4 AND id = 828 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'frozenshadow' AND version = 0 AND number = 5 AND id = 829 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'frozenshadow' AND version = 0 AND number = 6 AND id = 830 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'frozenshadow' AND version = 0 AND number = 7 AND id = 831 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'frozenshadow' AND version = 0 AND number = 8 AND id = 832 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'frozenshadow' AND version = 0 AND number = 9 AND id = 833 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'frozenshadow' AND version = 0 AND number = 10 AND id = 834 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'frozenshadow' AND version = 0 AND number = 11 AND id = 835 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'frozenshadow' AND version = 0 AND number = 12 AND id = 836 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'frozenshadow' AND version = 0 AND number = 13 AND id = 837 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'frozenshadow' AND version = 0 AND number = 14 AND id = 838 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'frozenshadow' AND version = 0 AND number = 15 AND id = 839 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'frozenshadow' AND version = 0 AND number = 16 AND id = 840 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'frozenshadow' AND version = 0 AND number = 17 AND id = 841 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'frozenshadow' AND version = 0 AND number = 18 AND id = 842 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'frozenshadow' AND version = 0 AND number = 19 AND id = 843 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'frozenshadow' AND version = 0 AND number = 20 AND id = 844 AND target_heading = 231; +UPDATE zone_points SET target_heading = 384 WHERE zone = 'fungusgrove' AND version = 0 AND number = 1 AND id = 845 AND target_heading = 192; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'fungusgrove' AND version = 0 AND number = 3 AND id = 846 AND target_heading = 0; +UPDATE zone_points SET target_heading = 128 WHERE zone = 'griegsend' AND version = 0 AND number = 1 AND id = 847 AND target_heading = 64; +UPDATE zone_points SET target_heading = 511.6 WHERE zone = 'griegsend' AND version = 0 AND number = 2 AND id = 848 AND target_heading = 255.8; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'griegsend' AND version = 0 AND number = 3 AND id = 849 AND target_heading = 231; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'griegsend' AND version = 0 AND number = 4 AND id = 850 AND target_heading = 0; +UPDATE zone_points SET target_heading = 390 WHERE zone = 'guktop' AND version = 0 AND number = 1 AND id = 851 AND target_heading = 195; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'guktop' AND version = 0 AND number = 2 AND id = 852 AND target_heading = 231; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'guktop' AND version = 0 AND number = 4 AND id = 853 AND target_heading = 0; +UPDATE zone_points SET target_heading = 258 WHERE zone = 'guktop' AND version = 0 AND number = 5 AND id = 854 AND target_heading = 129; +UPDATE zone_points SET target_heading = 130.2 WHERE zone = 'guktop' AND version = 0 AND number = 6 AND id = 855 AND target_heading = 65.1; +UPDATE zone_points SET target_heading = 130 WHERE zone = 'gukbottom' AND version = 0 AND number = 1 AND id = 857 AND target_heading = 65; +UPDATE zone_points SET target_heading = 196 WHERE zone = 'gukbottom' AND version = 0 AND number = 2 AND id = 858 AND target_heading = 98; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'gukbottom' AND version = 0 AND number = 4 AND id = 860 AND target_heading = 0; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'gukbottom' AND version = 0 AND number = 5 AND id = 861 AND target_heading = 128; +UPDATE zone_points SET target_heading = 130 WHERE zone = 'gukbottom' AND version = 0 AND number = 3 AND id = 862 AND target_heading = 65; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'hatesfury' AND version = 0 AND number = 1 AND id = 863 AND target_heading = 0; +UPDATE zone_points SET target_heading = 248 WHERE zone = 'hatesfury' AND version = 0 AND number = 2 AND id = 864 AND target_heading = 124; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'hatesfury' AND version = 0 AND number = 3 AND id = 865 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'hatesfury' AND version = 0 AND number = 4 AND id = 866 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'hatesfury' AND version = 0 AND number = 5 AND id = 867 AND target_heading = 0; +UPDATE zone_points SET target_heading = 248 WHERE zone = 'hatesfury' AND version = 0 AND number = 6 AND id = 868 AND target_heading = 124; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'hatesfury' AND version = 0 AND number = 7 AND id = 869 AND target_heading = 128; +UPDATE zone_points SET target_heading = 130 WHERE zone = 'kael' AND version = 0 AND number = 1 AND id = 879 AND target_heading = 65; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'kael' AND version = 0 AND number = 2 AND id = 880 AND target_heading = 231; +UPDATE zone_points SET target_heading = 260 WHERE zone = 'mistmoore' AND version = 0 AND number = 1 AND id = 888 AND target_heading = 130; +UPDATE zone_points SET target_heading = 260 WHERE zone = 'najena' AND version = 0 AND number = 1 AND id = 889 AND target_heading = 130; +UPDATE zone_points SET target_heading = 260 WHERE zone = 'necropolis' AND version = 0 AND number = 66 AND id = 890 AND target_heading = 130; +UPDATE zone_points SET target_heading = 384 WHERE zone = 'netherbian' AND version = 0 AND number = 1 AND id = 891 AND target_heading = 192; +UPDATE zone_points SET target_heading = 324 WHERE zone = 'netherbian' AND version = 0 AND number = 2 AND id = 892 AND target_heading = 162; +UPDATE zone_points SET target_heading = 128 WHERE zone = 'netherbian' AND version = 0 AND number = 3 AND id = 893 AND target_heading = 64; +UPDATE zone_points SET target_heading = 128 WHERE zone = 'netherbian' AND version = 0 AND number = 4 AND id = 894 AND target_heading = 64; +UPDATE zone_points SET target_heading = 384 WHERE zone = 'netherbian' AND version = 0 AND number = 5 AND id = 895 AND target_heading = 192; +UPDATE zone_points SET target_heading = 128 WHERE zone = 'netherbian' AND version = 0 AND number = 6 AND id = 896 AND target_heading = 64; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'paludal' AND version = 0 AND number = 1 AND id = 902 AND target_heading = 128; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'paludal' AND version = 0 AND number = 2 AND id = 903 AND target_heading = 0; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'paludal' AND version = 0 AND number = 3 AND id = 904 AND target_heading = 128; +UPDATE zone_points SET target_heading = 130 WHERE zone = 'permafrost' AND version = 0 AND number = 1 AND id = 905 AND target_heading = 65; +UPDATE zone_points SET target_heading = 260 WHERE zone = 'sirens' AND version = 0 AND number = 1 AND id = 908 AND target_heading = 130; +UPDATE zone_points SET target_heading = 128 WHERE zone = 'sirens' AND version = 0 AND number = 2 AND id = 909 AND target_heading = 64; +UPDATE zone_points SET target_heading = 94 WHERE zone = 'soldunga' AND version = 0 AND number = 1 AND id = 910 AND target_heading = 47; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'soldunga' AND version = 0 AND number = 2 AND id = 911 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'soldunga' AND version = 0 AND number = 3 AND id = 912 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'soldunga' AND version = 0 AND number = 4 AND id = 913 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'soldunga' AND version = 0 AND number = 5 AND id = 914 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'soldunga' AND version = 0 AND number = 6 AND id = 915 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'soldunga' AND version = 0 AND number = 7 AND id = 916 AND target_heading = 231; +UPDATE zone_points SET target_heading = 390 WHERE zone = 'soldunga' AND version = 0 AND number = 8 AND id = 917 AND target_heading = 195; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'soldunga' AND version = 0 AND number = 9 AND id = 918 AND target_heading = 0; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'soldunga' AND version = 0 AND number = 10 AND id = 919 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'soldunga' AND version = 0 AND number = 11 AND id = 920 AND target_heading = 231; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'soldunga' AND version = 0 AND number = 12 AND id = 921 AND target_heading = 128; +UPDATE zone_points SET target_heading = 250 WHERE zone = 'skyshrine' AND version = 0 AND number = 1 AND id = 922 AND target_heading = 125; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'skyshrine' AND version = 0 AND number = 2 AND id = 923 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'skyshrine' AND version = 0 AND number = 3 AND id = 924 AND target_heading = 0; +UPDATE zone_points SET target_heading = 500 WHERE zone = 'skyshrine' AND version = 0 AND number = 4 AND id = 925 AND target_heading = 250; +UPDATE zone_points SET target_heading = 500 WHERE zone = 'skyshrine' AND version = 0 AND number = 5 AND id = 926 AND target_heading = 250; +UPDATE zone_points SET target_heading = 500 WHERE zone = 'skyshrine' AND version = 0 AND number = 6 AND id = 927 AND target_heading = 250; +UPDATE zone_points SET target_heading = 250 WHERE zone = 'skyshrine' AND version = 0 AND number = 7 AND id = 928 AND target_heading = 125; +UPDATE zone_points SET target_heading = 250 WHERE zone = 'skyshrine' AND version = 0 AND number = 8 AND id = 929 AND target_heading = 125; +UPDATE zone_points SET target_heading = 0.2 WHERE zone = 'skyshrine' AND version = 0 AND number = 9 AND id = 930 AND target_heading = 0.1; +UPDATE zone_points SET target_heading = 500 WHERE zone = 'skyshrine' AND version = 0 AND number = 10 AND id = 931 AND target_heading = 250; +UPDATE zone_points SET target_heading = 500 WHERE zone = 'skyshrine' AND version = 0 AND number = 11 AND id = 932 AND target_heading = 250; +UPDATE zone_points SET target_heading = 250 WHERE zone = 'skyshrine' AND version = 0 AND number = 12 AND id = 933 AND target_heading = 125; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'skyshrine' AND version = 0 AND number = 13 AND id = 934 AND target_heading = 0; +UPDATE zone_points SET target_heading = 500 WHERE zone = 'skyshrine' AND version = 0 AND number = 14 AND id = 935 AND target_heading = 250; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'skyshrine' AND version = 0 AND number = 15 AND id = 936 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'skyshrine' AND version = 0 AND number = 16 AND id = 937 AND target_heading = 0; +UPDATE zone_points SET target_heading = 500 WHERE zone = 'skyshrine' AND version = 0 AND number = 17 AND id = 938 AND target_heading = 250; +UPDATE zone_points SET target_heading = 258 WHERE zone = 'skyshrine' AND version = 0 AND number = 18 AND id = 939 AND target_heading = 129; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'skyshrine' AND version = 0 AND number = 19 AND id = 940 AND target_heading = 0; +UPDATE zone_points SET target_heading = 500 WHERE zone = 'skyshrine' AND version = 0 AND number = 20 AND id = 941 AND target_heading = 250; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'skyshrine' AND version = 0 AND number = 21 AND id = 942 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'skyshrine' AND version = 0 AND number = 22 AND id = 943 AND target_heading = 0; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'skyshrine' AND version = 0 AND number = 23 AND id = 944 AND target_heading = 231; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'skyshrine' AND version = 0 AND number = 24 AND id = 945 AND target_heading = 0; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'skyshrine' AND version = 0 AND number = 30 AND id = 946 AND target_heading = 231; +UPDATE zone_points SET target_heading = 10 WHERE zone = 'skyshrine' AND version = 0 AND number = 40 AND id = 947 AND target_heading = 5; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'skyshrine' AND version = 0 AND number = 41 AND id = 948 AND target_heading = 231; +UPDATE zone_points SET target_heading = 258 WHERE zone = 'skyshrine' AND version = 0 AND number = 42 AND id = 949 AND target_heading = 129; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'skyshrine' AND version = 0 AND number = 43 AND id = 950 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'skyshrine' AND version = 0 AND number = 44 AND id = 951 AND target_heading = 231; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'skyshrine' AND version = 0 AND number = 45 AND id = 952 AND target_heading = 0; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'skyshrine' AND version = 0 AND number = 46 AND id = 953 AND target_heading = 231; +UPDATE zone_points SET target_heading = 508 WHERE zone = 'skyshrine' AND version = 0 AND number = 50 AND id = 954 AND target_heading = 254; +UPDATE zone_points SET target_heading = 396 WHERE zone = 'soldungc' AND version = 0 AND number = 1 AND id = 968 AND target_heading = 198; +UPDATE zone_points SET target_heading = 338 WHERE zone = 'soldungc' AND version = 0 AND number = 2 AND id = 969 AND target_heading = 169; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'unrest' AND version = 0 AND number = 1 AND id = 971 AND target_heading = 231; +UPDATE zone_points SET target_heading = 386 WHERE zone = 'velketor' AND version = 0 AND number = 1 AND id = 972 AND target_heading = 193; +UPDATE zone_points SET target_heading = 259 WHERE zone = 'qeynos2' AND version = 0 AND number = 7 AND id = 977 AND target_heading = 129.5; +UPDATE zone_points SET target_heading = 259 WHERE zone = 'qeynos2' AND version = 0 AND number = 8 AND id = 978 AND target_heading = 129.5; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'nedaria' AND version = 0 AND number = 1 AND id = 979 AND target_heading = 128; +UPDATE zone_points SET target_heading = 290 WHERE zone = 'chardokb' AND version = 0 AND number = 1 AND id = 980 AND target_heading = 145; +UPDATE zone_points SET target_heading = 290 WHERE zone = 'chardokb' AND version = 0 AND number = 2 AND id = 981 AND target_heading = 145; +UPDATE zone_points SET target_heading = 290 WHERE zone = 'chardokb' AND version = 0 AND number = 3 AND id = 982 AND target_heading = 145; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'bothunder' AND version = 0 AND number = 2 AND id = 983 AND target_heading = 0; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'bothunder' AND version = 0 AND number = 3 AND id = 984 AND target_heading = 128; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'bothunder' AND version = 0 AND number = 4 AND id = 985 AND target_heading = 128; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'bothunder' AND version = 0 AND number = 5 AND id = 986 AND target_heading = 128; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'bothunder' AND version = 0 AND number = 6 AND id = 987 AND target_heading = 128; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'bothunder' AND version = 0 AND number = 7 AND id = 988 AND target_heading = 128; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'bothunder' AND version = 0 AND number = 8 AND id = 989 AND target_heading = 0; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'bothunder' AND version = 0 AND number = 9 AND id = 990 AND target_heading = 128; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'bothunder' AND version = 0 AND number = 10 AND id = 991 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'bothunder' AND version = 0 AND number = 11 AND id = 992 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'bothunder' AND version = 0 AND number = 12 AND id = 993 AND target_heading = 0; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'bothunder' AND version = 0 AND number = 13 AND id = 994 AND target_heading = 128; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'bothunder' AND version = 0 AND number = 14 AND id = 995 AND target_heading = 128; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'bothunder' AND version = 0 AND number = 15 AND id = 996 AND target_heading = 128; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'bothunder' AND version = 0 AND number = 16 AND id = 997 AND target_heading = 128; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'bothunder' AND version = 0 AND number = 17 AND id = 998 AND target_heading = 0; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'bothunder' AND version = 0 AND number = 18 AND id = 999 AND target_heading = 128; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'bothunder' AND version = 0 AND number = 19 AND id = 1000 AND target_heading = 0; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'bothunder' AND version = 0 AND number = 20 AND id = 1001 AND target_heading = 128; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'bothunder' AND version = 0 AND number = 21 AND id = 1002 AND target_heading = 0; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'bothunder' AND version = 0 AND number = 22 AND id = 1003 AND target_heading = 128; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'bothunder' AND version = 0 AND number = 23 AND id = 1004 AND target_heading = 0; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'bothunder' AND version = 0 AND number = 24 AND id = 1005 AND target_heading = 128; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'bothunder' AND version = 0 AND number = 25 AND id = 1006 AND target_heading = 128; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'bothunder' AND version = 0 AND number = 26 AND id = 1007 AND target_heading = 128; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'bothunder' AND version = 0 AND number = 27 AND id = 1008 AND target_heading = 128; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'bothunder' AND version = 0 AND number = 28 AND id = 1009 AND target_heading = 128; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'bothunder' AND version = 0 AND number = 29 AND id = 1010 AND target_heading = 128; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'bothunder' AND version = 0 AND number = 30 AND id = 1011 AND target_heading = 0; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'bothunder' AND version = 0 AND number = 31 AND id = 1012 AND target_heading = 128; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'bothunder' AND version = 0 AND number = 32 AND id = 1013 AND target_heading = 128; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'bothunder' AND version = 0 AND number = 33 AND id = 1014 AND target_heading = 128; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'bothunder' AND version = 0 AND number = 34 AND id = 1015 AND target_heading = 128; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'bothunder' AND version = 0 AND number = 35 AND id = 1016 AND target_heading = 128; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'bothunder' AND version = 0 AND number = 36 AND id = 1017 AND target_heading = 0; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'bothunder' AND version = 0 AND number = 37 AND id = 1018 AND target_heading = 128; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'bothunder' AND version = 0 AND number = 38 AND id = 1019 AND target_heading = 128; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'bothunder' AND version = 0 AND number = 39 AND id = 1020 AND target_heading = 128; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'bothunder' AND version = 0 AND number = 40 AND id = 1021 AND target_heading = 0; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'bothunder' AND version = 0 AND number = 41 AND id = 1022 AND target_heading = 128; +UPDATE zone_points SET target_heading = 184 WHERE zone = 'bothunder' AND version = 0 AND number = 42 AND id = 1023 AND target_heading = 92; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'povalor' AND version = 0 AND number = 1 AND id = 1024 AND target_heading = 0; +UPDATE zone_points SET target_heading = 306 WHERE zone = 'povalor' AND version = 0 AND number = 5 AND id = 1025 AND target_heading = 153; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'povalor' AND version = 0 AND number = 77 AND id = 1026 AND target_heading = 128; +UPDATE zone_points SET target_heading = 370 WHERE zone = 'codecay' AND version = 0 AND number = 1 AND id = 1027 AND target_heading = 185; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'codecay' AND version = 0 AND number = 2 AND id = 1028 AND target_heading = 0; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'hohonora' AND version = 0 AND number = 1 AND id = 1029 AND target_heading = 128; +UPDATE zone_points SET target_heading = 294 WHERE zone = 'hohonora' AND version = 0 AND number = 2 AND id = 1030 AND target_heading = 147; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'hohonorb' AND version = 0 AND number = 1 AND id = 1031 AND target_heading = 128; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'poair' AND version = 0 AND number = 1 AND id = 1032 AND target_heading = 128; +UPDATE zone_points SET target_heading = 96 WHERE zone = 'poair' AND version = 0 AND number = 2 AND id = 1033 AND target_heading = 48; +UPDATE zone_points SET target_heading = 498 WHERE zone = 'poair' AND version = 0 AND number = 10 AND id = 1034 AND target_heading = 249; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'podisease' AND version = 0 AND number = 1 AND id = 1035 AND target_heading = 128; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'podisease' AND version = 0 AND number = 2 AND id = 1036 AND target_heading = 0; +UPDATE zone_points SET target_heading = 260 WHERE zone = 'poearthb' AND version = 0 AND number = 1 AND id = 1037 AND target_heading = 130; +UPDATE zone_points SET target_heading = 96 WHERE zone = 'poearthb' AND version = 0 AND number = 2 AND id = 1038 AND target_heading = 48; +UPDATE zone_points SET target_heading = 266 WHERE zone = 'poeartha' AND version = 0 AND number = 1 AND id = 1039 AND target_heading = 133; +UPDATE zone_points SET target_heading = 264 WHERE zone = 'poeartha' AND version = 0 AND number = 2 AND id = 1040 AND target_heading = 132; +UPDATE zone_points SET target_heading = 96 WHERE zone = 'poeartha' AND version = 0 AND number = 3 AND id = 1041 AND target_heading = 48; +UPDATE zone_points SET target_heading = 264 WHERE zone = 'poeartha' AND version = 0 AND number = 10 AND id = 1042 AND target_heading = 132; +UPDATE zone_points SET target_heading = 248 WHERE zone = 'poinnovation' AND version = 0 AND number = 1 AND id = 1043 AND target_heading = 124; +UPDATE zone_points SET target_heading = 258 WHERE zone = 'poinnovation' AND version = 0 AND number = 5 AND id = 1044 AND target_heading = 129; +UPDATE zone_points SET target_heading = 8 WHERE zone = 'poinnovation' AND version = 0 AND number = 6 AND id = 1045 AND target_heading = 4; +UPDATE zone_points SET target_heading = 250 WHERE zone = 'poinnovation' AND version = 0 AND number = 7 AND id = 1046 AND target_heading = 125; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'poinnovation' AND version = 0 AND number = 50 AND id = 1047 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'poinnovation' AND version = 0 AND number = 60 AND id = 1048 AND target_heading = 0; +UPDATE zone_points SET target_heading = 188 WHERE zone = 'poinnovation' AND version = 0 AND number = 70 AND id = 1049 AND target_heading = 94; +UPDATE zone_points SET target_heading = 250 WHERE zone = 'poinnovation' AND version = 0 AND number = 71 AND id = 1050 AND target_heading = 125; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'pojustice' AND version = 0 AND number = 1 AND id = 1051 AND target_heading = 0; +UPDATE zone_points SET target_heading = 508 WHERE zone = 'pojustice' AND version = 0 AND number = 2 AND id = 1052 AND target_heading = 254; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'pojustice' AND version = 0 AND number = 3 AND id = 1053 AND target_heading = 0; +UPDATE zone_points SET target_heading = 508 WHERE zone = 'pojustice' AND version = 0 AND number = 4 AND id = 1054 AND target_heading = 254; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'pojustice' AND version = 0 AND number = 5 AND id = 1055 AND target_heading = 0; +UPDATE zone_points SET target_heading = 508 WHERE zone = 'pojustice' AND version = 0 AND number = 6 AND id = 1056 AND target_heading = 254; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'pojustice' AND version = 0 AND number = 7 AND id = 1057 AND target_heading = 0; +UPDATE zone_points SET target_heading = 508 WHERE zone = 'pojustice' AND version = 0 AND number = 8 AND id = 1058 AND target_heading = 254; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'pojustice' AND version = 0 AND number = 9 AND id = 1059 AND target_heading = 0; +UPDATE zone_points SET target_heading = 508 WHERE zone = 'pojustice' AND version = 0 AND number = 10 AND id = 1060 AND target_heading = 254; +UPDATE zone_points SET target_heading = 220 WHERE zone = 'pojustice' AND version = 0 AND number = 11 AND id = 1061 AND target_heading = 110; +UPDATE zone_points SET target_heading = 240 WHERE zone = 'pojustice' AND version = 0 AND number = 12 AND id = 1062 AND target_heading = 120; +UPDATE zone_points SET target_heading = 508 WHERE zone = 'pojustice' AND version = 0 AND number = 13 AND id = 1063 AND target_heading = 254; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'pojustice' AND version = 0 AND number = 14 AND id = 1064 AND target_heading = 0; +UPDATE zone_points SET target_heading = 508 WHERE zone = 'pojustice' AND version = 0 AND number = 15 AND id = 1065 AND target_heading = 254; +UPDATE zone_points SET target_heading = 492 WHERE zone = 'pojustice' AND version = 0 AND number = 16 AND id = 1066 AND target_heading = 246; +UPDATE zone_points SET target_heading = 508 WHERE zone = 'pojustice' AND version = 0 AND number = 17 AND id = 1067 AND target_heading = 254; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'pojustice' AND version = 0 AND number = 18 AND id = 1068 AND target_heading = 0; +UPDATE zone_points SET target_heading = 504 WHERE zone = 'pojustice' AND version = 0 AND number = 19 AND id = 1069 AND target_heading = 252; +UPDATE zone_points SET target_heading = 510 WHERE zone = 'pojustice' AND version = 0 AND number = 20 AND id = 1070 AND target_heading = 255; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'pojustice' AND version = 0 AND number = 21 AND id = 1071 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'pojustice' AND version = 0 AND number = 22 AND id = 1072 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'pojustice' AND version = 0 AND number = 23 AND id = 1073 AND target_heading = 0; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'pojustice' AND version = 0 AND number = 24 AND id = 1074 AND target_heading = 128; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'pojustice' AND version = 0 AND number = 25 AND id = 1075 AND target_heading = 128; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'pojustice' AND version = 0 AND number = 26 AND id = 1076 AND target_heading = 0; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'pojustice' AND version = 0 AND number = 27 AND id = 1077 AND target_heading = 128; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'pojustice' AND version = 0 AND number = 28 AND id = 1078 AND target_heading = 0; +UPDATE zone_points SET target_heading = 398 WHERE zone = 'pojustice' AND version = 0 AND number = 29 AND id = 1079 AND target_heading = 199; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'postorms' AND version = 0 AND number = 1 AND id = 1080 AND target_heading = 0; +UPDATE zone_points SET target_heading = 396 WHERE zone = 'postorms' AND version = 0 AND number = 2 AND id = 1081 AND target_heading = 198; +UPDATE zone_points SET target_heading = 184 WHERE zone = 'postorms' AND version = 0 AND number = 3 AND id = 1082 AND target_heading = 92; +UPDATE zone_points SET target_heading = 312 WHERE zone = 'postorms' AND version = 0 AND number = 4 AND id = 1083 AND target_heading = 156; +UPDATE zone_points SET target_heading = 124 WHERE zone = 'potorment' AND version = 0 AND number = 2 AND id = 1084 AND target_heading = 62; +UPDATE zone_points SET target_heading = 496 WHERE zone = 'potorment' AND version = 0 AND number = 13 AND id = 1085 AND target_heading = 248; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'potranquility' AND version = 0 AND number = 1 AND id = 1086 AND target_heading = 128; +UPDATE zone_points SET target_heading = 90 WHERE zone = 'potranquility' AND version = 0 AND number = 3 AND id = 1087 AND target_heading = 45; +UPDATE zone_points SET target_heading = 488 WHERE zone = 'potranquility' AND version = 0 AND number = 5 AND id = 1088 AND target_heading = 244; +UPDATE zone_points SET target_heading = 40 WHERE zone = 'potranquility' AND version = 0 AND number = 17 AND id = 1089 AND target_heading = 20; +UPDATE zone_points SET target_heading = 496 WHERE zone = 'potranquility' AND version = 0 AND number = 18 AND id = 1090 AND target_heading = 248; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'potranquility' AND version = 0 AND number = 19 AND id = 1091 AND target_heading = 128; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'potranquility' AND version = 0 AND number = 21 AND id = 1092 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'potranquility' AND version = 0 AND number = 22 AND id = 1093 AND target_heading = 0; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'potranquility' AND version = 0 AND number = 23 AND id = 1094 AND target_heading = 128; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'potranquility' AND version = 0 AND number = 24 AND id = 1095 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'potranquility' AND version = 0 AND number = 25 AND id = 1096 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'potranquility' AND version = 0 AND number = 26 AND id = 1097 AND target_heading = 0; +UPDATE zone_points SET target_heading = 210 WHERE zone = 'potranquility' AND version = 0 AND number = 27 AND id = 1098 AND target_heading = 105; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'potranquility' AND version = 0 AND number = 28 AND id = 1099 AND target_heading = 0; +UPDATE zone_points SET target_heading = 502 WHERE zone = 'potranquility' AND version = 0 AND number = 29 AND id = 1100 AND target_heading = 251; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'potranquility' AND version = 0 AND number = 30 AND id = 1101 AND target_heading = 0; +UPDATE zone_points SET target_heading = 374 WHERE zone = 'potranquility' AND version = 0 AND number = 37 AND id = 1102 AND target_heading = 187; +UPDATE zone_points SET target_heading = 254 WHERE zone = 'potranquility' AND version = 0 AND number = 47 AND id = 1103 AND target_heading = 127; +UPDATE zone_points SET target_heading = 10 WHERE zone = 'potranquility' AND version = 0 AND number = 57 AND id = 1104 AND target_heading = 5; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'potranquility' AND version = 0 AND number = 77 AND id = 1105 AND target_heading = 128; +UPDATE zone_points SET target_heading = 366 WHERE zone = 'powater' AND version = 0 AND number = 1 AND id = 1106 AND target_heading = 183; +UPDATE zone_points SET target_heading = 502 WHERE zone = 'solrotower' AND version = 0 AND number = 1 AND id = 1107 AND target_heading = 251; +UPDATE zone_points SET target_heading = 502 WHERE zone = 'solrotower' AND version = 0 AND number = 15 AND id = 1108 AND target_heading = 251; +UPDATE zone_points SET target_heading = 252 WHERE zone = 'solrotower' AND version = 0 AND number = 16 AND id = 1109 AND target_heading = 126; +UPDATE zone_points SET target_heading = 506 WHERE zone = 'solrotower' AND version = 0 AND number = 17 AND id = 1110 AND target_heading = 253; +UPDATE zone_points SET target_heading = 10 WHERE zone = 'solrotower' AND version = 0 AND number = 18 AND id = 1111 AND target_heading = 5; +UPDATE zone_points SET target_heading = 250 WHERE zone = 'solrotower' AND version = 0 AND number = 19 AND id = 1112 AND target_heading = 125; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'solrotower' AND version = 0 AND number = 20 AND id = 1113 AND target_heading = 0; +UPDATE zone_points SET target_heading = 246 WHERE zone = 'solrotower' AND version = 0 AND number = 21 AND id = 1114 AND target_heading = 123; +UPDATE zone_points SET target_heading = 504 WHERE zone = 'solrotower' AND version = 0 AND number = 22 AND id = 1115 AND target_heading = 252; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'solrotower' AND version = 0 AND number = 23 AND id = 1116 AND target_heading = 128; +UPDATE zone_points SET target_heading = 224 WHERE zone = 'solrotower' AND version = 0 AND number = 24 AND id = 1117 AND target_heading = 112; +UPDATE zone_points SET target_heading = 224 WHERE zone = 'solrotower' AND version = 0 AND number = 25 AND id = 1118 AND target_heading = 112; +UPDATE zone_points SET target_heading = 502 WHERE zone = 'solrotower' AND version = 0 AND number = 26 AND id = 1119 AND target_heading = 251; +UPDATE zone_points SET target_heading = -2 WHERE zone = 'potactics' AND version = 0 AND number = 1 AND id = 1120 AND target_heading = -1; +UPDATE zone_points SET target_heading = 4 WHERE zone = 'potactics' AND version = 0 AND number = 2 AND id = 1121 AND target_heading = 2; +UPDATE zone_points SET target_heading = 298 WHERE zone = 'potactics' AND version = 0 AND number = 3 AND id = 1122 AND target_heading = 149; +UPDATE zone_points SET target_heading = 446 WHERE zone = 'potactics' AND version = 0 AND number = 5 AND id = 1123 AND target_heading = 223; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'potactics' AND version = 0 AND number = 6 AND id = 1124 AND target_heading = 0; +UPDATE zone_points SET target_heading = 384 WHERE zone = 'potactics' AND version = 0 AND number = 7 AND id = 1125 AND target_heading = 192; +UPDATE zone_points SET target_heading = 20 WHERE zone = 'potactics' AND version = 0 AND number = 8 AND id = 1126 AND target_heading = 10; +UPDATE zone_points SET target_heading = 360 WHERE zone = 'potactics' AND version = 0 AND number = 9 AND id = 1127 AND target_heading = 180; +UPDATE zone_points SET target_heading = 244 WHERE zone = 'potactics' AND version = 0 AND number = 10 AND id = 1128 AND target_heading = 122; +UPDATE zone_points SET target_heading = 410 WHERE zone = 'potactics' AND version = 0 AND number = 11 AND id = 1129 AND target_heading = 205; +UPDATE zone_points SET target_heading = 106 WHERE zone = 'potactics' AND version = 0 AND number = 12 AND id = 1130 AND target_heading = 53; +UPDATE zone_points SET target_heading = 266 WHERE zone = 'potactics' AND version = 0 AND number = 13 AND id = 1131 AND target_heading = 133; +UPDATE zone_points SET target_heading = 242 WHERE zone = 'ponightmare' AND version = 0 AND number = 1 AND id = 1132 AND target_heading = 121; +UPDATE zone_points SET target_heading = 252 WHERE zone = 'ponightmare' AND version = 0 AND number = 10 AND id = 1133 AND target_heading = 126; +UPDATE zone_points SET target_heading = 252 WHERE zone = 'ponightmare' AND version = 0 AND number = 11 AND id = 1134 AND target_heading = 126; +UPDATE zone_points SET target_heading = 252 WHERE zone = 'ponightmare' AND version = 0 AND number = 12 AND id = 1135 AND target_heading = 126; +UPDATE zone_points SET target_heading = 250 WHERE zone = 'ponightmare' AND version = 0 AND number = 13 AND id = 1136 AND target_heading = 125; +UPDATE zone_points SET target_heading = 252 WHERE zone = 'ponightmare' AND version = 0 AND number = 14 AND id = 1137 AND target_heading = 126; +UPDATE zone_points SET target_heading = 252 WHERE zone = 'ponightmare' AND version = 0 AND number = 15 AND id = 1138 AND target_heading = 126; +UPDATE zone_points SET target_heading = 220 WHERE zone = 'ponightmare' AND version = 0 AND number = 16 AND id = 1139 AND target_heading = 110; +UPDATE zone_points SET target_heading = 244 WHERE zone = 'ponightmare' AND version = 0 AND number = 17 AND id = 1140 AND target_heading = 122; +UPDATE zone_points SET target_heading = 250 WHERE zone = 'ponightmare' AND version = 0 AND number = 77 AND id = 1141 AND target_heading = 125; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'kedge' AND version = 0 AND number = 1 AND id = 1142 AND target_heading = 231; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'highpass' AND version = 0 AND number = 1 AND id = 1145 AND target_heading = 0; +UPDATE zone_points SET target_heading = 216 WHERE zone = 'highpass' AND version = 0 AND number = 2 AND id = 1146 AND target_heading = 108; +UPDATE zone_points SET target_heading = 128 WHERE zone = 'soldungb' AND version = 0 AND number = 1 AND id = 1147 AND target_heading = 64; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'soldungb' AND version = 0 AND number = 2 AND id = 1148 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'soldungb' AND version = 0 AND number = 3 AND id = 1149 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'soldungb' AND version = 0 AND number = 4 AND id = 1150 AND target_heading = 231; +UPDATE zone_points SET target_heading = 130 WHERE zone = 'soldungb' AND version = 0 AND number = 5 AND id = 1151 AND target_heading = 65; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'soldungb' AND version = 0 AND number = 6 AND id = 1152 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'soldungb' AND version = 0 AND number = 7 AND id = 1153 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'soldungb' AND version = 0 AND number = 8 AND id = 1154 AND target_heading = 231; +UPDATE zone_points SET target_heading = 260 WHERE zone = 'soldungb' AND version = 0 AND number = 9 AND id = 1155 AND target_heading = 130; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'soldungb' AND version = 0 AND number = 10 AND id = 1156 AND target_heading = 231; +UPDATE zone_points SET target_heading = 128 WHERE zone = 'soldungb' AND version = 0 AND number = 11 AND id = 1157 AND target_heading = 64; +UPDATE zone_points SET target_heading = 1998 WHERE zone = 'runnyeye' AND version = 0 AND number = 1 AND id = 1158 AND target_heading = 999; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'runnyeye' AND version = 0 AND number = 2 AND id = 1159 AND target_heading = 231; +UPDATE zone_points SET target_heading = 463.2 WHERE zone = 'erudnext' AND version = 0 AND number = 1 AND id = 1160 AND target_heading = 231.6; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'erudnext' AND version = 0 AND number = 2 AND id = 1161 AND target_heading = 128; +UPDATE zone_points SET target_heading = 242 WHERE zone = 'erudnext' AND version = 0 AND number = 3 AND id = 1162 AND target_heading = 121; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'airplane' AND version = 0 AND number = 1 AND id = 1163 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'airplane' AND version = 0 AND number = 3 AND id = 1164 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'airplane' AND version = 0 AND number = 4 AND id = 1165 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'airplane' AND version = 0 AND number = 5 AND id = 1166 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'airplane' AND version = 0 AND number = 6 AND id = 1167 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'airplane' AND version = 0 AND number = 7 AND id = 1168 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'airplane' AND version = 0 AND number = 8 AND id = 1169 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'airplane' AND version = 0 AND number = 9 AND id = 1170 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'airplane' AND version = 0 AND number = 10 AND id = 1171 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'airplane' AND version = 0 AND number = 11 AND id = 1172 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'airplane' AND version = 0 AND number = 12 AND id = 1173 AND target_heading = 231; +UPDATE zone_points SET target_heading = 509.8 WHERE zone = 'cazicthule' AND version = 0 AND number = 1 AND id = 1174 AND target_heading = 254.9; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'burningwood' AND version = 0 AND number = 1 AND id = 1175 AND target_heading = 128; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'burningwood' AND version = 0 AND number = 2 AND id = 1176 AND target_heading = 0; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'burningwood' AND version = 0 AND number = 3 AND id = 1177 AND target_heading = 231; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'burningwood' AND version = 0 AND number = 4 AND id = 1178 AND target_heading = 128; +UPDATE zone_points SET target_heading = 312 WHERE zone = 'cabeast' AND version = 0 AND number = 1 AND id = 1179 AND target_heading = 156; +UPDATE zone_points SET target_heading = 38 WHERE zone = 'cabeast' AND version = 0 AND number = 2 AND id = 1180 AND target_heading = 19; +UPDATE zone_points SET target_heading = 190 WHERE zone = 'cabeast' AND version = 0 AND number = 3 AND id = 1181 AND target_heading = 95; +UPDATE zone_points SET target_heading = 388 WHERE zone = 'cabeast' AND version = 0 AND number = 4 AND id = 1182 AND target_heading = 194; +UPDATE zone_points SET target_heading = 8 WHERE zone = 'cabeast' AND version = 0 AND number = 9 AND id = 1183 AND target_heading = 4; +UPDATE zone_points SET target_heading = 2 WHERE zone = 'cabeast' AND version = 0 AND number = 10 AND id = 1184 AND target_heading = 1; +UPDATE zone_points SET target_heading = 126.8 WHERE zone = 'cabeast' AND version = 0 AND number = 80 AND id = 1185 AND target_heading = 63.4; +UPDATE zone_points SET target_heading = 126.8 WHERE zone = 'cabeast' AND version = 0 AND number = 81 AND id = 1186 AND target_heading = 63.4; +UPDATE zone_points SET target_heading = 56 WHERE zone = 'cabwest' AND version = 0 AND number = 5 AND id = 1187 AND target_heading = 28; +UPDATE zone_points SET target_heading = 310 WHERE zone = 'cabwest' AND version = 0 AND number = 6 AND id = 1188 AND target_heading = 155; +UPDATE zone_points SET target_heading = 174 WHERE zone = 'cabwest' AND version = 0 AND number = 7 AND id = 1189 AND target_heading = 87; +UPDATE zone_points SET target_heading = 440 WHERE zone = 'cabwest' AND version = 0 AND number = 8 AND id = 1190 AND target_heading = 220; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'cabwest' AND version = 0 AND number = 81 AND id = 1191 AND target_heading = 0; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'charasis' AND version = 0 AND number = 1 AND id = 1192 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'charasis' AND version = 0 AND number = 2 AND id = 1193 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'charasis' AND version = 0 AND number = 3 AND id = 1194 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'charasis' AND version = 0 AND number = 4 AND id = 1195 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'charasis' AND version = 0 AND number = 5 AND id = 1196 AND target_heading = 231; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'chardok' AND version = 0 AND number = 1 AND id = 1197 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'chardok' AND version = 0 AND number = 2 AND id = 1198 AND target_heading = 0; +UPDATE zone_points SET target_heading = 384 WHERE zone = 'citymist' AND version = 0 AND number = 1 AND id = 1199 AND target_heading = 192; +UPDATE zone_points SET target_heading = 384 WHERE zone = 'citymist' AND version = 0 AND number = 2 AND id = 1200 AND target_heading = 192; +UPDATE zone_points SET target_heading = 120 WHERE zone = 'dalnir' AND version = 0 AND number = 1 AND id = 1201 AND target_heading = 60; +UPDATE zone_points SET target_heading = 120 WHERE zone = 'dalnir' AND version = 0 AND number = 2 AND id = 1202 AND target_heading = 60; +UPDATE zone_points SET target_heading = 120 WHERE zone = 'dalnir' AND version = 0 AND number = 99 AND id = 1203 AND target_heading = 60; +UPDATE zone_points SET target_heading = 200 WHERE zone = 'dreadlands' AND version = 0 AND number = 1 AND id = 1205 AND target_heading = 100; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'dreadlands' AND version = 0 AND number = 2 AND id = 1206 AND target_heading = 0; +UPDATE zone_points SET target_heading = 320 WHERE zone = 'dreadlands' AND version = 0 AND number = 3 AND id = 1207 AND target_heading = 160; +UPDATE zone_points SET target_heading = 388 WHERE zone = 'dreadlands' AND version = 0 AND number = 4 AND id = 1208 AND target_heading = 194; +UPDATE zone_points SET target_heading = 388 WHERE zone = 'dreadlands' AND version = 0 AND number = 5 AND id = 1209 AND target_heading = 194; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'dreadlands' AND version = 0 AND number = 6 AND id = 1210 AND target_heading = 0; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'droga' AND version = 0 AND number = 1 AND id = 1211 AND target_heading = 231; +UPDATE zone_points SET target_heading = 264 WHERE zone = 'droga' AND version = 0 AND number = 5 AND id = 1212 AND target_heading = 132; +UPDATE zone_points SET target_heading = 255 WHERE zone = 'droga' AND version = 0 AND number = 6 AND id = 1213 AND target_heading = 127.5; +UPDATE zone_points SET target_heading = 32 WHERE zone = 'emeraldjungle' AND version = 0 AND number = 1 AND id = 1214 AND target_heading = 16; +UPDATE zone_points SET target_heading = 128 WHERE zone = 'emeraldjungle' AND version = 0 AND number = 2 AND id = 1215 AND target_heading = 64; +UPDATE zone_points SET target_heading = 128 WHERE zone = 'emeraldjungle' AND version = 0 AND number = 3 AND id = 1216 AND target_heading = 64; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'emeraldjungle' AND version = 0 AND number = 4 AND id = 1217 AND target_heading = 128; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'fearplane' AND version = 0 AND number = 1 AND id = 1218 AND target_heading = 231; +UPDATE zone_points SET target_heading = 128 WHERE zone = 'fieldofbone' AND version = 0 AND number = 1 AND id = 1219 AND target_heading = 64; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'fieldofbone' AND version = 0 AND number = 2 AND id = 1220 AND target_heading = 128; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'fieldofbone' AND version = 0 AND number = 3 AND id = 1221 AND target_heading = 128; +UPDATE zone_points SET target_heading = 128 WHERE zone = 'fieldofbone' AND version = 0 AND number = 4 AND id = 1222 AND target_heading = 64; +UPDATE zone_points SET target_heading = 512 WHERE zone = 'fieldofbone' AND version = 0 AND number = 5 AND id = 1223 AND target_heading = 256; +UPDATE zone_points SET target_heading = 128 WHERE zone = 'fieldofbone' AND version = 0 AND number = 6 AND id = 1224 AND target_heading = 64; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'fieldofbone' AND version = 0 AND number = 7 AND id = 1225 AND target_heading = 128; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'fieldofbone' AND version = 0 AND number = 8 AND id = 1226 AND target_heading = 231; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'fieldofbone' AND version = 0 AND number = 77 AND id = 1227 AND target_heading = 0; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'firiona' AND version = 0 AND number = 1 AND id = 1228 AND target_heading = 231; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'firiona' AND version = 0 AND number = 2 AND id = 1229 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'firiona' AND version = 0 AND number = 3 AND id = 1230 AND target_heading = 0; +UPDATE zone_points SET target_heading = 93.6 WHERE zone = 'firiona' AND version = 0 AND number = 4 AND id = 1231 AND target_heading = 46.8; +UPDATE zone_points SET target_heading = 254 WHERE zone = 'firiona' AND version = 0 AND number = 77 AND id = 1232 AND target_heading = 127; +UPDATE zone_points SET target_heading = 382 WHERE zone = 'frontiermtns' AND version = 0 AND number = 1 AND id = 1233 AND target_heading = 191; +UPDATE zone_points SET target_heading = 64 WHERE zone = 'frontiermtns' AND version = 0 AND number = 2 AND id = 1234 AND target_heading = 32; +UPDATE zone_points SET target_heading = 284 WHERE zone = 'frontiermtns' AND version = 0 AND number = 3 AND id = 1235 AND target_heading = 142; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'frontiermtns' AND version = 0 AND number = 4 AND id = 1236 AND target_heading = 231; +UPDATE zone_points SET target_heading = 300 WHERE zone = 'frontiermtns' AND version = 0 AND number = 5 AND id = 1237 AND target_heading = 150; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'frontiermtns' AND version = 0 AND number = 7 AND id = 1238 AND target_heading = 0; +UPDATE zone_points SET target_heading = 128 WHERE zone = 'hole' AND version = 0 AND number = 1 AND id = 1239 AND target_heading = 64; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'hole' AND version = 0 AND number = 3 AND id = 1240 AND target_heading = 128; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'hole' AND version = 0 AND number = 4 AND id = 1241 AND target_heading = 0; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'hole' AND version = 0 AND number = 5 AND id = 1242 AND target_heading = 128; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'jaggedpine' AND version = 0 AND number = 1 AND id = 1243 AND target_heading = 0; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'jaggedpine' AND version = 0 AND number = 2 AND id = 1244 AND target_heading = 128; +UPDATE zone_points SET target_heading = 510 WHERE zone = 'jaggedpine' AND version = 0 AND number = 3 AND id = 1245 AND target_heading = 255; +UPDATE zone_points SET target_heading = 384 WHERE zone = 'kaesora' AND version = 0 AND number = 1 AND id = 1246 AND target_heading = 192; +UPDATE zone_points SET target_heading = 124 WHERE zone = 'karnor' AND version = 0 AND number = 1 AND id = 1247 AND target_heading = 62; +UPDATE zone_points SET target_heading = 124 WHERE zone = 'karnor' AND version = 0 AND number = 2 AND id = 1248 AND target_heading = 62; +UPDATE zone_points SET target_heading = 384 WHERE zone = 'kurn' AND version = 0 AND number = 1 AND id = 1249 AND target_heading = 192; +UPDATE zone_points SET target_heading = 158 WHERE zone = 'kurn' AND version = 0 AND number = 2 AND id = 1250 AND target_heading = 79; +UPDATE zone_points SET target_heading = 128 WHERE zone = 'lakeofillomen' AND version = 0 AND number = 1 AND id = 1252 AND target_heading = 64; +UPDATE zone_points SET target_heading = 512 WHERE zone = 'lakeofillomen' AND version = 0 AND number = 2 AND id = 1253 AND target_heading = 256; +UPDATE zone_points SET target_heading = 128 WHERE zone = 'lakeofillomen' AND version = 0 AND number = 3 AND id = 1254 AND target_heading = 64; +UPDATE zone_points SET target_heading = 372 WHERE zone = 'lakeofillomen' AND version = 0 AND number = 4 AND id = 1255 AND target_heading = 186; +UPDATE zone_points SET target_heading = 194 WHERE zone = 'lakeofillomen' AND version = 0 AND number = 5 AND id = 1256 AND target_heading = 97; +UPDATE zone_points SET target_heading = 382 WHERE zone = 'lakeofillomen' AND version = 0 AND number = 6 AND id = 1257 AND target_heading = 191; +UPDATE zone_points SET target_heading = 8 WHERE zone = 'lakeofillomen' AND version = 0 AND number = 7 AND id = 1258 AND target_heading = 4; +UPDATE zone_points SET target_heading = 263.2 WHERE zone = 'nurga' AND version = 0 AND number = 2 AND id = 1259 AND target_heading = 131.6; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'nurga' AND version = 0 AND number = 5 AND id = 1260 AND target_heading = 231; +UPDATE zone_points SET target_heading = 504.8 WHERE zone = 'nurga' AND version = 0 AND number = 6 AND id = 1261 AND target_heading = 252.4; +UPDATE zone_points SET target_heading = 384 WHERE zone = 'overthere' AND version = 0 AND number = 1 AND id = 1262 AND target_heading = 192; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'overthere' AND version = 0 AND number = 2 AND id = 1263 AND target_heading = 128; +UPDATE zone_points SET target_heading = 128 WHERE zone = 'overthere' AND version = 0 AND number = 3 AND id = 1264 AND target_heading = 64; +UPDATE zone_points SET target_heading = 128 WHERE zone = 'overthere' AND version = 0 AND number = 4 AND id = 1265 AND target_heading = 64; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'overthere' AND version = 0 AND number = 5 AND id = 1266 AND target_heading = 231; +UPDATE zone_points SET target_heading = 508 WHERE zone = 'overthere' AND version = 0 AND number = 77 AND id = 1267 AND target_heading = 254; +UPDATE zone_points SET target_heading = 80 WHERE zone = 'paineel' AND version = 0 AND number = 1 AND id = 1268 AND target_heading = 40; +UPDATE zone_points SET target_heading = 454 WHERE zone = 'paineel' AND version = 0 AND number = 2 AND id = 1269 AND target_heading = 227; +UPDATE zone_points SET target_heading = 386 WHERE zone = 'paineel' AND version = 0 AND number = 3 AND id = 1270 AND target_heading = 193; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'paineel' AND version = 0 AND number = 4 AND id = 1271 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'paineel' AND version = 0 AND number = 5 AND id = 1272 AND target_heading = 231; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'paineel' AND version = 0 AND number = 10 AND id = 1273 AND target_heading = 128; +UPDATE zone_points SET target_heading = 390 WHERE zone = 'paineel' AND version = 0 AND number = 11 AND id = 1274 AND target_heading = 195; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'paineel' AND version = 0 AND number = 12 AND id = 1275 AND target_heading = 128; +UPDATE zone_points SET target_heading = 512 WHERE zone = 'paineel' AND version = 0 AND number = 13 AND id = 1276 AND target_heading = 256; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'paineel' AND version = 0 AND number = 14 AND id = 1277 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'sebilis' AND version = 0 AND number = 1 AND id = 1279 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'sebilis' AND version = 0 AND number = 2 AND id = 1280 AND target_heading = 0; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'skyfire' AND version = 0 AND number = 1 AND id = 1281 AND target_heading = 128; +UPDATE zone_points SET target_heading = 384 WHERE zone = 'skyfire' AND version = 0 AND number = 2 AND id = 1282 AND target_heading = 192; +UPDATE zone_points SET target_heading = 384 WHERE zone = 'skyfire' AND version = 0 AND number = 3 AND id = 1283 AND target_heading = 192; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'skyfire' AND version = 0 AND number = 5 AND id = 1284 AND target_heading = 231; +UPDATE zone_points SET target_heading = 378 WHERE zone = 'stonebrunt' AND version = 0 AND number = 1 AND id = 1285 AND target_heading = 189; +UPDATE zone_points SET target_heading = 124 WHERE zone = 'stonebrunt' AND version = 0 AND number = 5 AND id = 1286 AND target_heading = 62; +UPDATE zone_points SET target_heading = 260 WHERE zone = 'swampofnohope' AND version = 0 AND number = 2 AND id = 1287 AND target_heading = 130; +UPDATE zone_points SET target_heading = 260 WHERE zone = 'swampofnohope' AND version = 0 AND number = 3 AND id = 1288 AND target_heading = 130; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'swampofnohope' AND version = 0 AND number = 4 AND id = 1289 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'swampofnohope' AND version = 0 AND number = 5 AND id = 1290 AND target_heading = 0; +UPDATE zone_points SET target_heading = 130 WHERE zone = 'swampofnohope' AND version = 0 AND number = 6 AND id = 1291 AND target_heading = 65; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'swampofnohope' AND version = 0 AND number = 7 AND id = 1292 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'timorous' AND version = 0 AND number = 1 AND id = 1293 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'timorous' AND version = 0 AND number = 2 AND id = 1294 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'timorous' AND version = 0 AND number = 3 AND id = 1295 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'timorous' AND version = 0 AND number = 4 AND id = 1296 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'timorous' AND version = 0 AND number = 5 AND id = 1297 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'timorous' AND version = 0 AND number = 6 AND id = 1298 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'timorous' AND version = 0 AND number = 7 AND id = 1299 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'timorous' AND version = 0 AND number = 8 AND id = 1300 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'timorous' AND version = 0 AND number = 9 AND id = 1301 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'timorous' AND version = 0 AND number = 10 AND id = 1302 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'timorous' AND version = 0 AND number = 11 AND id = 1303 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'timorous' AND version = 0 AND number = 12 AND id = 1304 AND target_heading = 231; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'trakanon' AND version = 0 AND number = 1 AND id = 1305 AND target_heading = 128; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'trakanon' AND version = 0 AND number = 2 AND id = 1306 AND target_heading = 0; +UPDATE zone_points SET target_heading = 2 WHERE zone = 'trakanon' AND version = 0 AND number = 3 AND id = 1307 AND target_heading = 1; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'veeshan' AND version = 0 AND number = 1 AND id = 1308 AND target_heading = 231; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'veeshan' AND version = 0 AND number = 2 AND id = 1309 AND target_heading = 128; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'veeshan' AND version = 0 AND number = 3 AND id = 1310 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'veeshan' AND version = 0 AND number = 4 AND id = 1311 AND target_heading = 231; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'veksar' AND version = 0 AND number = 1 AND id = 1312 AND target_heading = 0; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'veksar' AND version = 0 AND number = 2 AND id = 1313 AND target_heading = 128; +UPDATE zone_points SET target_heading = 130 WHERE zone = 'warrens' AND version = 0 AND number = 2 AND id = 1314 AND target_heading = 65; +UPDATE zone_points SET target_heading = 106 WHERE zone = 'warrens' AND version = 0 AND number = 3 AND id = 1315 AND target_heading = 53; +UPDATE zone_points SET target_heading = 512 WHERE zone = 'warslikswood' AND version = 0 AND number = 1 AND id = 1316 AND target_heading = 256; +UPDATE zone_points SET target_heading = 128 WHERE zone = 'warslikswood' AND version = 0 AND number = 2 AND id = 1317 AND target_heading = 64; +UPDATE zone_points SET target_heading = 260 WHERE zone = 'warslikswood' AND version = 0 AND number = 3 AND id = 1318 AND target_heading = 130; +UPDATE zone_points SET target_heading = 390 WHERE zone = 'warslikswood' AND version = 0 AND number = 4 AND id = 1319 AND target_heading = 195; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'warslikswood' AND version = 0 AND number = 5 AND id = 1320 AND target_heading = 231; +UPDATE zone_points SET target_heading = 320 WHERE zone = 'warslikswood' AND version = 0 AND number = 6 AND id = 1321 AND target_heading = 160; +UPDATE zone_points SET target_heading = 390 WHERE zone = 'ssratemple' AND version = 0 AND number = 1 AND id = 1322 AND target_heading = 195; +UPDATE zone_points SET target_heading = 384 WHERE zone = 'ssratemple' AND version = 0 AND number = 2 AND id = 1323 AND target_heading = 192; +UPDATE zone_points SET target_heading = 252 WHERE zone = 'ssratemple' AND version = 0 AND number = 7 AND id = 1324 AND target_heading = 126; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'ssratemple' AND version = 0 AND number = 78 AND id = 1325 AND target_heading = 128; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'twilight' AND version = 0 AND number = 4 AND id = 1326 AND target_heading = 128; +UPDATE zone_points SET target_heading = 384 WHERE zone = 'erudnext' AND version = 0 AND number = 4 AND id = 1327 AND target_heading = 192; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'highpass' AND version = 0 AND number = 3 AND id = 1328 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'highpass' AND version = 0 AND number = 4 AND id = 1329 AND target_heading = 0; +UPDATE zone_points SET target_heading = 9 WHERE zone = 'akheva' AND version = 0 AND number = 1 AND id = 1330 AND target_heading = 4.5; +UPDATE zone_points SET target_heading = 7.6 WHERE zone = 'akheva' AND version = 0 AND number = 2 AND id = 1331 AND target_heading = 3.8; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'gunthak' AND version = 0 AND number = 5 AND id = 1333 AND target_heading = 128; +UPDATE zone_points SET target_heading = 96 WHERE zone = 'potranquility' AND version = 0 AND number = 2 AND id = 1334 AND target_heading = 48; +UPDATE zone_points SET target_heading = 498 WHERE zone = 'potranquility' AND version = 0 AND number = 10 AND id = 1335 AND target_heading = 249; +UPDATE zone_points SET target_heading = 394 WHERE zone = 'potranquility' AND version = 0 AND number = 4 AND id = 1336 AND target_heading = 197; +UPDATE zone_points SET target_heading = 238 WHERE zone = 'potranquility' AND version = 0 AND number = 6 AND id = 1337 AND target_heading = 119; +UPDATE zone_points SET target_heading = 264 WHERE zone = 'potranquility' AND version = 0 AND number = 7 AND id = 1338 AND target_heading = 132; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'potranquility' AND version = 0 AND number = 8 AND id = 1339 AND target_heading = 0; +UPDATE zone_points SET target_heading = 472 WHERE zone = 'potranquility' AND version = 0 AND number = 9 AND id = 1340 AND target_heading = 236; +UPDATE zone_points SET target_heading = 262 WHERE zone = 'potranquility' AND version = 0 AND number = 11 AND id = 1341 AND target_heading = 131; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'potranquility' AND version = 0 AND number = 12 AND id = 1342 AND target_heading = 128; +UPDATE zone_points SET target_heading = 510 WHERE zone = 'potranquility' AND version = 0 AND number = 13 AND id = 1343 AND target_heading = 255; +UPDATE zone_points SET target_heading = 496 WHERE zone = 'potranquility' AND version = 0 AND number = 14 AND id = 1344 AND target_heading = 248; +UPDATE zone_points SET target_heading = 6 WHERE zone = 'potranquility' AND version = 0 AND number = 15 AND id = 1345 AND target_heading = 3; +UPDATE zone_points SET target_heading = 432 WHERE zone = 'potranquility' AND version = 0 AND number = 16 AND id = 1346 AND target_heading = 216; +UPDATE zone_points SET target_heading = 232 WHERE zone = 'potranquility' AND version = 0 AND number = 20 AND id = 1347 AND target_heading = 116; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'pofire' AND version = 0 AND number = 1 AND id = 1348 AND target_heading = 128; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'potimea' AND version = 0 AND number = 3 AND id = 1349 AND target_heading = 231; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'potimea' AND version = 0 AND number = 5 AND id = 1350 AND target_heading = 128; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'potimea' AND version = 0 AND number = 6 AND id = 1351 AND target_heading = 128; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'potimea' AND version = 0 AND number = 7 AND id = 1352 AND target_heading = 128; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'potimea' AND version = 0 AND number = 8 AND id = 1353 AND target_heading = 128; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'potimea' AND version = 0 AND number = 9 AND id = 1354 AND target_heading = 128; +UPDATE zone_points SET target_heading = 96 WHERE zone = 'potimea' AND version = 0 AND number = 10 AND id = 1355 AND target_heading = 48; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'potimeb' AND version = 0 AND number = 3 AND id = 1356 AND target_heading = 231; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'potimeb' AND version = 0 AND number = 5 AND id = 1357 AND target_heading = 128; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'potimeb' AND version = 0 AND number = 6 AND id = 1358 AND target_heading = 128; +UPDATE zone_points SET target_heading = 184 WHERE zone = 'potimeb' AND version = 0 AND number = 7 AND id = 1359 AND target_heading = 92; +UPDATE zone_points SET target_heading = 96 WHERE zone = 'potimeb' AND version = 0 AND number = 10 AND id = 1360 AND target_heading = 48; +UPDATE zone_points SET target_heading = 10 WHERE zone = 'potimeb' AND version = 0 AND number = 20 AND id = 1361 AND target_heading = 5; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'potimeb' AND version = 0 AND number = 21 AND id = 1362 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'potimeb' AND version = 0 AND number = 22 AND id = 1363 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'potimeb' AND version = 0 AND number = 23 AND id = 1364 AND target_heading = 0; +UPDATE zone_points SET target_heading = 2 WHERE zone = 'potimeb' AND version = 0 AND number = 24 AND id = 1365 AND target_heading = 1; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'potimeb' AND version = 0 AND number = 25 AND id = 1366 AND target_heading = 0; +UPDATE zone_points SET target_heading = 90 WHERE zone = 'abysmal' AND version = 0 AND number = 1 AND id = 1367 AND target_heading = 45; +UPDATE zone_points SET target_heading = 128 WHERE zone = 'barindu' AND version = 0 AND number = 1 AND id = 1368 AND target_heading = 64; +UPDATE zone_points SET target_heading = 128 WHERE zone = 'barindu' AND version = 0 AND number = 2 AND id = 1369 AND target_heading = 64; +UPDATE zone_points SET target_heading = 128 WHERE zone = 'barindu' AND version = 0 AND number = 3 AND id = 1370 AND target_heading = 64; +UPDATE zone_points SET target_heading = 320 WHERE zone = 'barindu' AND version = 0 AND number = 4 AND id = 1371 AND target_heading = 160; +UPDATE zone_points SET target_heading = 320 WHERE zone = 'barindu' AND version = 0 AND number = 5 AND id = 1372 AND target_heading = 160; +UPDATE zone_points SET target_heading = 500 WHERE zone = 'ferubi' AND version = 0 AND number = 1 AND id = 1373 AND target_heading = 250; +UPDATE zone_points SET target_heading = 384 WHERE zone = 'ferubi' AND version = 0 AND number = 2 AND id = 1374 AND target_heading = 192; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'ferubi' AND version = 0 AND number = 3 AND id = 1375 AND target_heading = 0; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'kodtaz' AND version = 0 AND number = 1 AND id = 1376 AND target_heading = 128; +UPDATE zone_points SET target_heading = 128 WHERE zone = 'kodtaz' AND version = 0 AND number = 2 AND id = 1377 AND target_heading = 64; +UPDATE zone_points SET target_heading = 128 WHERE zone = 'kodtaz' AND version = 0 AND number = 3 AND id = 1378 AND target_heading = 64; +UPDATE zone_points SET target_heading = 384 WHERE zone = 'qinimi' AND version = 0 AND number = 1 AND id = 1379 AND target_heading = 192; +UPDATE zone_points SET target_heading = 380 WHERE zone = 'qinimi' AND version = 0 AND number = 2 AND id = 1380 AND target_heading = 190; +UPDATE zone_points SET target_heading = 422 WHERE zone = 'qinimi' AND version = 0 AND number = 3 AND id = 1381 AND target_heading = 211; +UPDATE zone_points SET target_heading = 422 WHERE zone = 'qinimi' AND version = 0 AND number = 4 AND id = 1382 AND target_heading = 211; +UPDATE zone_points SET target_heading = 384 WHERE zone = 'qinimi' AND version = 0 AND number = 5 AND id = 1383 AND target_heading = 192; +UPDATE zone_points SET target_heading = 384 WHERE zone = 'qinimi' AND version = 0 AND number = 6 AND id = 1384 AND target_heading = 192; +UPDATE zone_points SET target_heading = 6 WHERE zone = 'qinimi' AND version = 0 AND number = 7 AND id = 1385 AND target_heading = 3; +UPDATE zone_points SET target_heading = 249.34 WHERE zone = 'qinimi' AND version = 0 AND number = 8 AND id = 1386 AND target_heading = 124.67; +UPDATE zone_points SET target_heading = 236.62 WHERE zone = 'qinimi' AND version = 0 AND number = 9 AND id = 1387 AND target_heading = 118.31; +UPDATE zone_points SET target_heading = 248.64 WHERE zone = 'qinimi' AND version = 0 AND number = 10 AND id = 1388 AND target_heading = 124.32; +UPDATE zone_points SET target_heading = 90 WHERE zone = 'qinimi' AND version = 0 AND number = 11 AND id = 1389 AND target_heading = 45; +UPDATE zone_points SET target_heading = 384 WHERE zone = 'qvic' AND version = 0 AND number = 1 AND id = 1390 AND target_heading = 192; +UPDATE zone_points SET target_heading = 384 WHERE zone = 'qvic' AND version = 0 AND number = 2 AND id = 1391 AND target_heading = 192; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'qvic' AND version = 0 AND number = 3 AND id = 1392 AND target_heading = 128; +UPDATE zone_points SET target_heading = 264 WHERE zone = 'riwwi' AND version = 0 AND number = 1 AND id = 1393 AND target_heading = 132; +UPDATE zone_points SET target_heading = 334 WHERE zone = 'riwwi' AND version = 0 AND number = 2 AND id = 1394 AND target_heading = 167; +UPDATE zone_points SET target_heading = 334 WHERE zone = 'riwwi' AND version = 0 AND number = 3 AND id = 1395 AND target_heading = 167; +UPDATE zone_points SET target_heading = 422 WHERE zone = 'riwwi' AND version = 0 AND number = 4 AND id = 1396 AND target_heading = 211; +UPDATE zone_points SET target_heading = 422 WHERE zone = 'riwwi' AND version = 0 AND number = 5 AND id = 1397 AND target_heading = 211; +UPDATE zone_points SET target_heading = 480 WHERE zone = 'tipt' AND version = 0 AND number = 1 AND id = 1398 AND target_heading = 240; +UPDATE zone_points SET target_heading = 384 WHERE zone = 'txevu' AND version = 0 AND number = 1 AND id = 1399 AND target_heading = 192; +UPDATE zone_points SET target_heading = 480 WHERE zone = 'vxed' AND version = 0 AND number = 1 AND id = 1400 AND target_heading = 240; +UPDATE zone_points SET target_heading = 208 WHERE zone = 'anguish' AND version = 0 AND number = 10 AND id = 1401 AND target_heading = 104; +UPDATE zone_points SET target_heading = 540 WHERE zone = 'bloodfields' AND version = 0 AND number = 10 AND id = 1402 AND target_heading = 270; +UPDATE zone_points SET target_heading = 168 WHERE zone = 'bloodfields' AND version = 0 AND number = 20 AND id = 1403 AND target_heading = 84; +UPDATE zone_points SET target_heading = 512 WHERE zone = 'bloodfields' AND version = 0 AND number = 30 AND id = 1404 AND target_heading = 256; +UPDATE zone_points SET target_heading = 254.8 WHERE zone = 'causeway' AND version = 0 AND number = 10 AND id = 1405 AND target_heading = 127.4; +UPDATE zone_points SET target_heading = 60 WHERE zone = 'causeway' AND version = 0 AND number = 20 AND id = 1406 AND target_heading = 30; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'provinggrounds' AND version = 0 AND number = 10 AND id = 1407 AND target_heading = 128; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'provinggrounds' AND version = 0 AND number = 11 AND id = 1408 AND target_heading = 0; +UPDATE zone_points SET target_heading = 794 WHERE zone = 'dranik' AND version = 0 AND number = 10 AND id = 1409 AND target_heading = 397; +UPDATE zone_points SET target_heading = 394 WHERE zone = 'dranik' AND version = 0 AND number = 20 AND id = 1410 AND target_heading = 197; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'draniksscar' AND version = 0 AND number = 10 AND id = 1411 AND target_heading = 128; +UPDATE zone_points SET target_heading = 414 WHERE zone = 'draniksscar' AND version = 0 AND number = 20 AND id = 1412 AND target_heading = 207; +UPDATE zone_points SET target_heading = 482 WHERE zone = 'draniksscar' AND version = 0 AND number = 30 AND id = 1413 AND target_heading = 241; +UPDATE zone_points SET target_heading = 68 WHERE zone = 'harbingers' AND version = 0 AND number = 30 AND id = 1414 AND target_heading = 34; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'riftseekers' AND version = 0 AND number = 10 AND id = 1415 AND target_heading = 128; +UPDATE zone_points SET target_heading = 270 WHERE zone = 'wallofslaughter' AND version = 0 AND number = 20 AND id = 1416 AND target_heading = 135; +UPDATE zone_points SET target_heading = 332 WHERE zone = 'wallofslaughter' AND version = 0 AND number = 50 AND id = 1417 AND target_heading = 166; +UPDATE zone_points SET target_heading = 492 WHERE zone = 'broodlands' AND version = 0 AND number = 30 AND id = 1418 AND target_heading = 246; +UPDATE zone_points SET target_heading = 194 WHERE zone = 'broodlands' AND version = 0 AND number = 40 AND id = 1419 AND target_heading = 97; +UPDATE zone_points SET target_heading = 448 WHERE zone = 'broodlands' AND version = 0 AND number = 50 AND id = 1420 AND target_heading = 224; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'broodlands' AND version = 0 AND number = 60 AND id = 1421 AND target_heading = 0; +UPDATE zone_points SET target_heading = 106 WHERE zone = 'broodlands' AND version = 0 AND number = 501 AND id = 1422 AND target_heading = 53; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'broodlands' AND version = 0 AND number = 571 AND id = 1423 AND target_heading = 0; +UPDATE zone_points SET target_heading = 496 WHERE zone = 'delvea' AND version = 0 AND number = 10 AND id = 1424 AND target_heading = 248; +UPDATE zone_points SET target_heading = 104 WHERE zone = 'delvea' AND version = 0 AND number = 20 AND id = 1425 AND target_heading = 52; +UPDATE zone_points SET target_heading = 94 WHERE zone = 'delvea' AND version = 0 AND number = 40 AND id = 1426 AND target_heading = 47; +UPDATE zone_points SET target_heading = 386 WHERE zone = 'delvea' AND version = 0 AND number = 50 AND id = 1427 AND target_heading = 193; +UPDATE zone_points SET target_heading = 174 WHERE zone = 'delveb' AND version = 0 AND number = 40 AND id = 1428 AND target_heading = 87; +UPDATE zone_points SET target_heading = 380 WHERE zone = 'delveb' AND version = 0 AND number = 50 AND id = 1429 AND target_heading = 190; +UPDATE zone_points SET target_heading = 450 WHERE zone = 'guildlobby' AND version = 0 AND number = 20 AND id = 1430 AND target_heading = 225; +UPDATE zone_points SET target_heading = 2 WHERE zone = 'stillmoona' AND version = 0 AND number = 10 AND id = 1431 AND target_heading = 1; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'stillmoona' AND version = 0 AND number = 50 AND id = 1432 AND target_heading = 0; +UPDATE zone_points SET target_heading = 2 WHERE zone = 'stillmoonb' AND version = 0 AND number = 10 AND id = 1433 AND target_heading = 1; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'stillmoonb' AND version = 0 AND number = 20 AND id = 1434 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'stillmoonb' AND version = 0 AND number = 30 AND id = 1435 AND target_heading = 0; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'bazaar' AND version = 0 AND number = 20 AND id = 1436 AND target_heading = 128; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'bazaar' AND version = 0 AND number = 30 AND id = 1437 AND target_heading = 128; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'bazaar' AND version = 0 AND number = 40 AND id = 1438 AND target_heading = 128; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'bazaar' AND version = 0 AND number = 570 AND id = 1439 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'bazaar' AND version = 0 AND number = 580 AND id = 1440 AND target_heading = 0; +UPDATE zone_points SET target_heading = 382 WHERE zone = 'bazaar' AND version = 0 AND number = 590 AND id = 1441 AND target_heading = 191; +UPDATE zone_points SET target_heading = 132 WHERE zone = 'bazaar' AND version = 0 AND number = 610 AND id = 1442 AND target_heading = 66; +UPDATE zone_points SET target_heading = 136 WHERE zone = 'bazaar' AND version = 0 AND number = 1150 AND id = 1443 AND target_heading = 68; +UPDATE zone_points SET target_heading = 260 WHERE zone = 'nektulos' AND version = 0 AND number = 1 AND id = 1444 AND target_heading = 130; +UPDATE zone_points SET target_heading = 220 WHERE zone = 'nektulos' AND version = 0 AND number = 2 AND id = 1445 AND target_heading = 110; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'nektulos' AND version = 0 AND number = 3 AND id = 1446 AND target_heading = 0; +UPDATE zone_points SET target_heading = 2 WHERE zone = 'nektulos' AND version = 0 AND number = 77 AND id = 1447 AND target_heading = 1; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'poknowledge' AND version = 0 AND number = 30 AND id = 1448 AND target_heading = 128; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'bazaar' AND version = 0 AND number = 1 AND id = 1450 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'bazaar' AND version = 0 AND number = 2 AND id = 1451 AND target_heading = 0; +UPDATE zone_points SET target_heading = 382 WHERE zone = 'bazaar' AND version = 0 AND number = 3 AND id = 1452 AND target_heading = 191; +UPDATE zone_points SET target_heading = 132 WHERE zone = 'bazaar' AND version = 0 AND number = 4 AND id = 1453 AND target_heading = 66; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'templeveeshan' AND version = 0 AND number = 1 AND id = 1454 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'templeveeshan' AND version = 0 AND number = 2 AND id = 1455 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'templeveeshan' AND version = 0 AND number = 3 AND id = 1456 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'templeveeshan' AND version = 0 AND number = 12 AND id = 1457 AND target_heading = 0; +UPDATE zone_points SET target_heading = 339 WHERE zone = 'corathus' AND version = 0 AND number = 1 AND id = 1458 AND target_heading = 169.5; +UPDATE zone_points SET target_heading = 120 WHERE zone = 'natimbi' AND version = 0 AND number = 1 AND id = 1460 AND target_heading = 60; +UPDATE zone_points SET target_heading = 498 WHERE zone = 'snplant' AND version = 0 AND number = 1 AND id = 1461 AND target_heading = 249; +UPDATE zone_points SET target_heading = 1998 WHERE zone = 'mistythicket' AND version = 0 AND number = 10 AND id = 1462 AND target_heading = 999; +UPDATE zone_points SET target_heading = 1998 WHERE zone = 'mistythicket' AND version = 0 AND number = 30 AND id = 1463 AND target_heading = 999; +UPDATE zone_points SET target_heading = 1022 WHERE zone = 'mistythicket' AND version = 0 AND number = 50 AND id = 1464 AND target_heading = 511; +UPDATE zone_points SET target_heading = 498 WHERE zone = 'sncrematory' AND version = 0 AND number = 1 AND id = 1465 AND target_heading = 249; +UPDATE zone_points SET target_heading = 498 WHERE zone = 'snlair' AND version = 0 AND number = 1 AND id = 1471 AND target_heading = 249; +UPDATE zone_points SET target_heading = 498 WHERE zone = 'snpool' AND version = 0 AND number = 1 AND id = 1472 AND target_heading = 249; +UPDATE zone_points SET target_heading = 128 WHERE zone = 'yxtta' AND version = 0 AND number = 1 AND id = 1473 AND target_heading = 64; +UPDATE zone_points SET target_heading = 384 WHERE zone = 'yxtta' AND version = 0 AND number = 2 AND id = 1474 AND target_heading = 192; +UPDATE zone_points SET target_heading = 128 WHERE zone = 'yxtta' AND version = 0 AND number = 3 AND id = 1475 AND target_heading = 64; +UPDATE zone_points SET target_heading = 1012 WHERE zone = 'nektulos' AND version = 1 AND number = 10 AND id = 1476 AND target_heading = 506; +UPDATE zone_points SET target_heading = 290 WHERE zone = 'nektulos' AND version = 1 AND number = 20 AND id = 1477 AND target_heading = 145; +UPDATE zone_points SET target_heading = 174 WHERE zone = 'nektulos' AND version = 1 AND number = 30 AND id = 1478 AND target_heading = 87; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'nektulos' AND version = 1 AND number = 50 AND id = 1479 AND target_heading = 128; +UPDATE zone_points SET target_heading = 514 WHERE zone = 'nektulos' AND version = 1 AND number = 77 AND id = 1480 AND target_heading = 257; +UPDATE zone_points SET target_heading = 112 WHERE zone = 'drachnidhive' AND version = 0 AND number = 10 AND id = 1481 AND target_heading = 56; +UPDATE zone_points SET target_heading = 1998 WHERE zone = 'drachnidhive' AND version = 0 AND number = 30 AND id = 1482 AND target_heading = 999; +UPDATE zone_points SET target_heading = 714 WHERE zone = 'drachnidhive' AND version = 0 AND number = 40 AND id = 1483 AND target_heading = 357; +UPDATE zone_points SET target_heading = 1998 WHERE zone = 'dreadspire' AND version = 0 AND number = 30 AND id = 1484 AND target_heading = 999; +UPDATE zone_points SET target_heading = 1998 WHERE zone = 'dreadspire' AND version = 0 AND number = 40 AND id = 1485 AND target_heading = 999; +UPDATE zone_points SET target_heading = 1998 WHERE zone = 'dreadspire' AND version = 0 AND number = 50 AND id = 1486 AND target_heading = 999; +UPDATE zone_points SET target_heading = 1998 WHERE zone = 'dreadspire' AND version = 0 AND number = 60 AND id = 1487 AND target_heading = 999; +UPDATE zone_points SET target_heading = 1998 WHERE zone = 'dreadspire' AND version = 0 AND number = 70 AND id = 1488 AND target_heading = 999; +UPDATE zone_points SET target_heading = 20 WHERE zone = 'dreadspire' AND version = 0 AND number = 80 AND id = 1489 AND target_heading = 10; +UPDATE zone_points SET target_heading = 492 WHERE zone = 'westkorlach' AND version = 0 AND number = 10 AND id = 1490 AND target_heading = 246; +UPDATE zone_points SET target_heading = 790 WHERE zone = 'westkorlach' AND version = 0 AND number = 20 AND id = 1491 AND target_heading = 395; +UPDATE zone_points SET target_heading = 268 WHERE zone = 'westkorlach' AND version = 0 AND number = 40 AND id = 1492 AND target_heading = 134; +UPDATE zone_points SET target_heading = 652 WHERE zone = 'eastkorlach' AND version = 0 AND number = 10 AND id = 1493 AND target_heading = 326; +UPDATE zone_points SET target_heading = 508 WHERE zone = 'eastkorlach' AND version = 0 AND number = 20 AND id = 1494 AND target_heading = 254; +UPDATE zone_points SET target_heading = 552 WHERE zone = 'eastkorlach' AND version = 0 AND number = 30 AND id = 1495 AND target_heading = 276; +UPDATE zone_points SET target_heading = 260 WHERE zone = 'eastkorlach' AND version = 0 AND number = 40 AND id = 1496 AND target_heading = 130; +UPDATE zone_points SET target_heading = 728 WHERE zone = 'eastkorlach' AND version = 0 AND number = 50 AND id = 1497 AND target_heading = 364; +UPDATE zone_points SET target_heading = 42 WHERE zone = 'illsalin' AND version = 0 AND number = 0 AND id = 1498 AND target_heading = 21; +UPDATE zone_points SET target_heading = 264 WHERE zone = 'corathus' AND version = 0 AND number = 10 AND id = 1499 AND target_heading = 132; +UPDATE zone_points SET target_heading = 270 WHERE zone = 'corathus' AND version = 0 AND number = 20 AND id = 1500 AND target_heading = 135; +UPDATE zone_points SET target_heading = 884 WHERE zone = 'corathus' AND version = 0 AND number = 30 AND id = 1501 AND target_heading = 442; +UPDATE zone_points SET target_heading = 378 WHERE zone = 'arcstone' AND version = 0 AND number = 5 AND id = 1502 AND target_heading = 189; +UPDATE zone_points SET target_heading = 378 WHERE zone = 'arcstone' AND version = 0 AND number = 15 AND id = 1503 AND target_heading = 189; +UPDATE zone_points SET target_heading = 378 WHERE zone = 'arcstone' AND version = 0 AND number = 30 AND id = 1504 AND target_heading = 189; +UPDATE zone_points SET target_heading = 510 WHERE zone = 'devastation' AND version = 0 AND number = 0 AND id = 1505 AND target_heading = 255; +UPDATE zone_points SET target_heading = 292 WHERE zone = 'elddar' AND version = 0 AND number = 9 AND id = 1506 AND target_heading = 146; +UPDATE zone_points SET target_heading = 1998 WHERE zone = 'freeporteast' AND version = 0 AND number = 10 AND id = 1507 AND target_heading = 999; +UPDATE zone_points SET target_heading = 40 WHERE zone = 'freeporteast' AND version = 0 AND number = 20 AND id = 1508 AND target_heading = 20; +UPDATE zone_points SET target_heading = 128 WHERE zone = 'freeporteast' AND version = 0 AND number = 30 AND id = 1509 AND target_heading = 64; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'freeporteast' AND version = 0 AND number = 40 AND id = 1510 AND target_heading = 128; +UPDATE zone_points SET target_heading = 124 WHERE zone = 'freeporteast' AND version = 0 AND number = 50 AND id = 1511 AND target_heading = 62; +UPDATE zone_points SET target_heading = 1998 WHERE zone = 'freeporteast' AND version = 0 AND number = 60 AND id = 1512 AND target_heading = 999; +UPDATE zone_points SET target_heading = 490 WHERE zone = 'freeportsewers' AND version = 0 AND number = 10 AND id = 1513 AND target_heading = 245; +UPDATE zone_points SET target_heading = 748 WHERE zone = 'freeportsewers' AND version = 0 AND number = 20 AND id = 1514 AND target_heading = 374; +UPDATE zone_points SET target_heading = 516 WHERE zone = 'freeportsewers' AND version = 0 AND number = 30 AND id = 1515 AND target_heading = 258; +UPDATE zone_points SET target_heading = 1998 WHERE zone = 'freeportsewers' AND version = 0 AND number = 50 AND id = 1516 AND target_heading = 999; +UPDATE zone_points SET target_heading = 804 WHERE zone = 'freeportsewers' AND version = 0 AND number = 60 AND id = 1517 AND target_heading = 402; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'northro' AND version = 0 AND number = 20 AND id = 1518 AND target_heading = 0; +UPDATE zone_points SET target_heading = 28 WHERE zone = 'northro' AND version = 0 AND number = 40 AND id = 1519 AND target_heading = 14; +UPDATE zone_points SET target_heading = 190 WHERE zone = 'northro' AND version = 0 AND number = 50 AND id = 1520 AND target_heading = 95; +UPDATE zone_points SET target_heading = 322 WHERE zone = 'northro' AND version = 0 AND number = 60 AND id = 1521 AND target_heading = 161; +UPDATE zone_points SET target_heading = 252 WHERE zone = 'northro' AND version = 0 AND number = 70 AND id = 1522 AND target_heading = 126; +UPDATE zone_points SET target_heading = 226 WHERE zone = 'northro' AND version = 0 AND number = 90 AND id = 1523 AND target_heading = 113; +UPDATE zone_points SET target_heading = 270 WHERE zone = 'northro' AND version = 0 AND number = 100 AND id = 1524 AND target_heading = 135; +UPDATE zone_points SET target_heading = 244 WHERE zone = 'rage' AND version = 0 AND number = 0 AND id = 1525 AND target_heading = 122; +UPDATE zone_points SET target_heading = 70 WHERE zone = 'relic' AND version = 0 AND number = 10 AND id = 1526 AND target_heading = 35; +UPDATE zone_points SET target_heading = 104 WHERE zone = 'relic' AND version = 0 AND number = 20 AND id = 1527 AND target_heading = 52; +UPDATE zone_points SET target_heading = 320 WHERE zone = 'relic' AND version = 0 AND number = 30 AND id = 1528 AND target_heading = 160; +UPDATE zone_points SET target_heading = 378 WHERE zone = 'relic' AND version = 0 AND number = 50 AND id = 1529 AND target_heading = 189; +UPDATE zone_points SET target_heading = 454 WHERE zone = 'relic' AND version = 0 AND number = 75 AND id = 1530 AND target_heading = 227; +UPDATE zone_points SET target_heading = 210 WHERE zone = 'southro' AND version = 0 AND number = 10 AND id = 1531 AND target_heading = 105; +UPDATE zone_points SET target_heading = 500 WHERE zone = 'southro' AND version = 0 AND number = 20 AND id = 1532 AND target_heading = 250; +UPDATE zone_points SET target_heading = 1998 WHERE zone = 'southro' AND version = 0 AND number = 30 AND id = 1533 AND target_heading = 999; +UPDATE zone_points SET target_heading = 416 WHERE zone = 'southro' AND version = 0 AND number = 50 AND id = 1534 AND target_heading = 208; +UPDATE zone_points SET target_heading = 420 WHERE zone = 'southro' AND version = 0 AND number = 60 AND id = 1535 AND target_heading = 210; +UPDATE zone_points SET target_heading = 500 WHERE zone = 'southro' AND version = 0 AND number = 80 AND id = 1536 AND target_heading = 250; +UPDATE zone_points SET target_heading = 328 WHERE zone = 'southro' AND version = 0 AND number = 100 AND id = 1537 AND target_heading = 164; +UPDATE zone_points SET target_heading = 44 WHERE zone = 'takishruins' AND version = 0 AND number = 9 AND id = 1538 AND target_heading = 22; +UPDATE zone_points SET target_heading = 774 WHERE zone = 'takishruins' AND version = 0 AND number = 9 AND id = 1539 AND target_heading = 387; +UPDATE zone_points SET target_heading = 260 WHERE zone = 'freeportwest' AND version = 0 AND number = 0 AND id = 1540 AND target_heading = 130; +UPDATE zone_points SET target_heading = 322 WHERE zone = 'freeportwest' AND version = 0 AND number = 10 AND id = 1541 AND target_heading = 161; +UPDATE zone_points SET target_heading = 308 WHERE zone = 'freeportwest' AND version = 0 AND number = 30 AND id = 1542 AND target_heading = 154; +UPDATE zone_points SET target_heading = 388 WHERE zone = 'freeportwest' AND version = 0 AND number = 40 AND id = 1543 AND target_heading = 194; +UPDATE zone_points SET target_heading = 128 WHERE zone = 'freeportwest' AND version = 0 AND number = 50 AND id = 1544 AND target_heading = 64; +UPDATE zone_points SET target_heading = 510 WHERE zone = 'freeportwest' AND version = 0 AND number = 60 AND id = 1545 AND target_heading = 255; +UPDATE zone_points SET target_heading = 508 WHERE zone = 'freeportwest' AND version = 0 AND number = 80 AND id = 1546 AND target_heading = 254; +UPDATE zone_points SET target_heading = 768 WHERE zone = 'freeportwest' AND version = 0 AND number = 90 AND id = 1547 AND target_heading = 384; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'freeportwest' AND version = 0 AND number = 104 AND id = 1548 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'freeportwest' AND version = 0 AND number = 105 AND id = 1549 AND target_heading = 0; +UPDATE zone_points SET target_heading = 1999998 WHERE zone = 'freeportwest' AND version = 0 AND number = 106 AND id = 1550 AND target_heading = 999999; +UPDATE zone_points SET target_heading = 1999998 WHERE zone = 'freeportwest' AND version = 0 AND number = 107 AND id = 1551 AND target_heading = 999999; +UPDATE zone_points SET target_heading = 344 WHERE zone = 'skylance' AND version = 0 AND number = 10 AND id = 1552 AND target_heading = 172; +UPDATE zone_points SET target_heading = 212 WHERE zone = 'skylance' AND version = 0 AND number = 20 AND id = 1553 AND target_heading = 106; +UPDATE zone_points SET target_heading = 6 WHERE zone = 'skylance' AND version = 0 AND number = 30 AND id = 1554 AND target_heading = 3; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'skylance' AND version = 0 AND number = 40 AND id = 1555 AND target_heading = 0; +UPDATE zone_points SET target_heading = 1020 WHERE zone = 'skylance' AND version = 0 AND number = 50 AND id = 1556 AND target_heading = 510; +UPDATE zone_points SET target_heading = 624 WHERE zone = 'skylance' AND version = 0 AND number = 60 AND id = 1557 AND target_heading = 312; +UPDATE zone_points SET target_heading = 528 WHERE zone = 'skylance' AND version = 0 AND number = 70 AND id = 1558 AND target_heading = 264; +UPDATE zone_points SET target_heading = 1012 WHERE zone = 'skylance' AND version = 0 AND number = 80 AND id = 1559 AND target_heading = 506; +UPDATE zone_points SET target_heading = 770 WHERE zone = 'skylance' AND version = 0 AND number = 90 AND id = 1560 AND target_heading = 385; +UPDATE zone_points SET target_heading = 494 WHERE zone = 'moors' AND version = 0 AND number = 10 AND id = 1567 AND target_heading = 247; +UPDATE zone_points SET target_heading = 376 WHERE zone = 'moors' AND version = 0 AND number = 20 AND id = 1568 AND target_heading = 188; +UPDATE zone_points SET target_heading = 410 WHERE zone = 'moors' AND version = 0 AND number = 30 AND id = 1569 AND target_heading = 205; +UPDATE zone_points SET target_heading = 1002 WHERE zone = 'moors' AND version = 0 AND number = 40 AND id = 1570 AND target_heading = 501; +UPDATE zone_points SET target_heading = 988 WHERE zone = 'moors' AND version = 0 AND number = 40 AND id = 1571 AND target_heading = 494; +UPDATE zone_points SET target_heading = 1999998 WHERE zone = 'moors' AND version = 0 AND number = 48 AND id = 1572 AND target_heading = 999999; +UPDATE zone_points SET target_heading = 1010 WHERE zone = 'crescent' AND version = 0 AND number = 10 AND id = 1573 AND target_heading = 505; +UPDATE zone_points SET target_heading = 260 WHERE zone = 'commonlands' AND version = 0 AND number = 10 AND id = 1574 AND target_heading = 130; +UPDATE zone_points SET target_heading = 470 WHERE zone = 'commonlands' AND version = 0 AND number = 20 AND id = 1575 AND target_heading = 235; +UPDATE zone_points SET target_heading = 328 WHERE zone = 'commonlands' AND version = 0 AND number = 30 AND id = 1576 AND target_heading = 164; +UPDATE zone_points SET target_heading = 388 WHERE zone = 'commonlands' AND version = 0 AND number = 40 AND id = 1577 AND target_heading = 194; +UPDATE zone_points SET target_heading = 388 WHERE zone = 'commonlands' AND version = 0 AND number = 50 AND id = 1578 AND target_heading = 194; +UPDATE zone_points SET target_heading = 244 WHERE zone = 'frostcrypt' AND version = 0 AND number = 0 AND id = 1579 AND target_heading = 122; +UPDATE zone_points SET target_heading = 238 WHERE zone = 'highpasshold' AND version = 0 AND number = 100 AND id = 1580 AND target_heading = 119; +UPDATE zone_points SET target_heading = 1998 WHERE zone = 'highpasshold' AND version = 0 AND number = 200 AND id = 1581 AND target_heading = 999; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'highpasshold' AND version = 0 AND number = 300 AND id = 1582 AND target_heading = 128; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'highpasshold' AND version = 0 AND number = 400 AND id = 1583 AND target_heading = 0; +UPDATE zone_points SET target_heading = 236 WHERE zone = 'highpasshold' AND version = 0 AND number = 500 AND id = 1584 AND target_heading = 118; +UPDATE zone_points SET target_heading = 493.6 WHERE zone = 'ecommons' AND version = 0 AND number = 4 AND id = 1585 AND target_heading = 246.8; +UPDATE zone_points SET target_heading = 143 WHERE zone = 'neriaka' AND version = 0 AND number = 3 AND id = 1586 AND target_heading = 71.5; +UPDATE zone_points SET target_heading = 437.6 WHERE zone = 'poknowledge' AND version = 0 AND number = 17 AND id = 1587 AND target_heading = 218.8; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'lavastorm' AND version = 0 AND number = 0 AND id = 1588 AND target_heading = 128; +UPDATE zone_points SET target_heading = 442.6 WHERE zone = 'corathus' AND version = 0 AND number = 1 AND id = 1589 AND target_heading = 221.3; +UPDATE zone_points SET target_heading = 246 WHERE zone = 'stonehive' AND version = 0 AND number = 0 AND id = 1590 AND target_heading = 123; +UPDATE zone_points SET target_heading = 772 WHERE zone = 'icefall' AND version = 0 AND number = 10 AND id = 1591 AND target_heading = 386; +UPDATE zone_points SET target_heading = 884 WHERE zone = 'icefall' AND version = 0 AND number = 20 AND id = 1592 AND target_heading = 442; +UPDATE zone_points SET target_heading = 782 WHERE zone = 'roost' AND version = 0 AND number = 10 AND id = 1593 AND target_heading = 391; +UPDATE zone_points SET target_heading = 962 WHERE zone = 'roost' AND version = 0 AND number = 101 AND id = 1594 AND target_heading = 481; +UPDATE zone_points SET target_heading = 684 WHERE zone = 'roost' AND version = 0 AND number = 102 AND id = 1595 AND target_heading = 342; +UPDATE zone_points SET target_heading = 238 WHERE zone = 'roost' AND version = 0 AND number = 103 AND id = 1596 AND target_heading = 119; +UPDATE zone_points SET target_heading = 694 WHERE zone = 'roost' AND version = 0 AND number = 104 AND id = 1597 AND target_heading = 347; +UPDATE zone_points SET target_heading = 766 WHERE zone = 'roost' AND version = 0 AND number = 105 AND id = 1598 AND target_heading = 383; +UPDATE zone_points SET target_heading = 320 WHERE zone = 'roost' AND version = 0 AND number = 106 AND id = 1599 AND target_heading = 160; +UPDATE zone_points SET target_heading = 300 WHERE zone = 'roost' AND version = 0 AND number = 107 AND id = 1600 AND target_heading = 150; +UPDATE zone_points SET target_heading = 644 WHERE zone = 'roost' AND version = 0 AND number = 108 AND id = 1601 AND target_heading = 322; +UPDATE zone_points SET target_heading = 892 WHERE zone = 'roost' AND version = 0 AND number = 109 AND id = 1602 AND target_heading = 446; +UPDATE zone_points SET target_heading = 270 WHERE zone = 'roost' AND version = 0 AND number = 110 AND id = 1603 AND target_heading = 135; +UPDATE zone_points SET target_heading = 698 WHERE zone = 'steppes' AND version = 0 AND number = 10 AND id = 1604 AND target_heading = 349; +UPDATE zone_points SET target_heading = 1016 WHERE zone = 'steppes' AND version = 0 AND number = 20 AND id = 1605 AND target_heading = 508; +UPDATE zone_points SET target_heading = 600 WHERE zone = 'valdeholm' AND version = 0 AND number = 10 AND id = 1606 AND target_heading = 300; +UPDATE zone_points SET target_heading = 1024 WHERE zone = 'valdeholm' AND version = 0 AND number = 20 AND id = 1607 AND target_heading = 512; +UPDATE zone_points SET target_heading = 516 WHERE zone = 'mesa' AND version = 0 AND number = 10 AND id = 1608 AND target_heading = 258; +UPDATE zone_points SET target_heading = 916 WHERE zone = 'mesa' AND version = 0 AND number = 20 AND id = 1609 AND target_heading = 458; +UPDATE zone_points SET target_heading = 42 WHERE zone = 'mesa' AND version = 0 AND number = 30 AND id = 1610 AND target_heading = 21; +UPDATE zone_points SET target_heading = 226 WHERE zone = 'mesa' AND version = 0 AND number = 40 AND id = 1611 AND target_heading = 113; +UPDATE zone_points SET target_heading = 730 WHERE zone = 'toxxulia' AND version = 0 AND number = 10 AND id = 1612 AND target_heading = 365; +UPDATE zone_points SET target_heading = 512 WHERE zone = 'toxxulia' AND version = 0 AND number = 20 AND id = 1613 AND target_heading = 256; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'toxxulia' AND version = 0 AND number = 30 AND id = 1614 AND target_heading = 0; +UPDATE zone_points SET target_heading = 514 WHERE zone = 'toxxulia' AND version = 0 AND number = 40 AND id = 1615 AND target_heading = 257; +UPDATE zone_points SET target_heading = 384 WHERE zone = 'toxxulia' AND version = 0 AND number = 50 AND id = 1616 AND target_heading = 192; +UPDATE zone_points SET target_heading = 328 WHERE zone = 'ashengate' AND version = 0 AND number = 10 AND id = 1617 AND target_heading = 164; +UPDATE zone_points SET target_heading = 598 WHERE zone = 'ashengate' AND version = 0 AND number = 30 AND id = 1618 AND target_heading = 299; +UPDATE zone_points SET target_heading = 170 WHERE zone = 'ashengate' AND version = 0 AND number = 40 AND id = 1619 AND target_heading = 85; +UPDATE zone_points SET target_heading = 170 WHERE zone = 'ashengate' AND version = 0 AND number = 50 AND id = 1620 AND target_heading = 85; +UPDATE zone_points SET target_heading = 994 WHERE zone = 'direwind' AND version = 0 AND number = 10 AND id = 1621 AND target_heading = 497; +UPDATE zone_points SET target_heading = 716 WHERE zone = 'direwind' AND version = 0 AND number = 20 AND id = 1622 AND target_heading = 358; +UPDATE zone_points SET target_heading = 310 WHERE zone = 'sunderock' AND version = 0 AND number = 10 AND id = 1623 AND target_heading = 155; +UPDATE zone_points SET target_heading = 94 WHERE zone = 'sunderock' AND version = 0 AND number = 20 AND id = 1624 AND target_heading = 47; +UPDATE zone_points SET target_heading = 564 WHERE zone = 'vergalid' AND version = 0 AND number = 0 AND id = 1625 AND target_heading = 282; +UPDATE zone_points SET target_heading = 392 WHERE zone = 'innothuleb' AND version = 0 AND number = 10 AND id = 1626 AND target_heading = 196; +UPDATE zone_points SET target_heading = 70 WHERE zone = 'innothuleb' AND version = 0 AND number = 20 AND id = 1627 AND target_heading = 35; +UPDATE zone_points SET target_heading = 488 WHERE zone = 'innothuleb' AND version = 0 AND number = 30 AND id = 1628 AND target_heading = 244; +UPDATE zone_points SET target_heading = 436 WHERE zone = 'innothuleb' AND version = 0 AND number = 40 AND id = 1629 AND target_heading = 218; +UPDATE zone_points SET target_heading = 768 WHERE zone = 'innothuleb' AND version = 0 AND number = 77 AND id = 1630 AND target_heading = 384; +UPDATE zone_points SET target_heading = 1002 WHERE zone = 'kattacastrum' AND version = 0 AND number = 10 AND id = 1631 AND target_heading = 501; +UPDATE zone_points SET target_heading = 1020 WHERE zone = 'kattacastrum' AND version = 0 AND number = 20 AND id = 1632 AND target_heading = 510; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'kattacastrum' AND version = 0 AND number = 30 AND id = 1633 AND target_heading = 0; +UPDATE zone_points SET target_heading = 512 WHERE zone = 'kattacastrum' AND version = 0 AND number = 40 AND id = 1634 AND target_heading = 256; +UPDATE zone_points SET target_heading = 512 WHERE zone = 'kattacastrum' AND version = 0 AND number = 50 AND id = 1635 AND target_heading = 256; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'kattacastrum' AND version = 0 AND number = 60 AND id = 1636 AND target_heading = 128; +UPDATE zone_points SET target_heading = 768 WHERE zone = 'kattacastrum' AND version = 0 AND number = 61 AND id = 1637 AND target_heading = 384; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'kattacastrum' AND version = 0 AND number = 62 AND id = 1638 AND target_heading = 0; +UPDATE zone_points SET target_heading = 768 WHERE zone = 'kattacastrum' AND version = 0 AND number = 63 AND id = 1639 AND target_heading = 384; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'kattacastrum' AND version = 0 AND number = 64 AND id = 1640 AND target_heading = 128; +UPDATE zone_points SET target_heading = 130 WHERE zone = 'kattacastrum' AND version = 0 AND number = 65 AND id = 1641 AND target_heading = 65; +UPDATE zone_points SET target_heading = 634 WHERE zone = 'kattacastrum' AND version = 0 AND number = 66 AND id = 1642 AND target_heading = 317; +UPDATE zone_points SET target_heading = 404 WHERE zone = 'kattacastrum' AND version = 0 AND number = 67 AND id = 1643 AND target_heading = 202; +UPDATE zone_points SET target_heading = 96 WHERE zone = 'kattacastrum' AND version = 0 AND number = 68 AND id = 1644 AND target_heading = 48; +UPDATE zone_points SET target_heading = 186 WHERE zone = 'kattacastrum' AND version = 0 AND number = 69 AND id = 1645 AND target_heading = 93; +UPDATE zone_points SET target_heading = 318 WHERE zone = 'kattacastrum' AND version = 0 AND number = 70 AND id = 1646 AND target_heading = 159; +UPDATE zone_points SET target_heading = 450 WHERE zone = 'kattacastrum' AND version = 0 AND number = 71 AND id = 1647 AND target_heading = 225; +UPDATE zone_points SET target_heading = 580 WHERE zone = 'kattacastrum' AND version = 0 AND number = 72 AND id = 1648 AND target_heading = 290; +UPDATE zone_points SET target_heading = 726 WHERE zone = 'kattacastrum' AND version = 0 AND number = 73 AND id = 1649 AND target_heading = 363; +UPDATE zone_points SET target_heading = 804 WHERE zone = 'kattacastrum' AND version = 0 AND number = 74 AND id = 1650 AND target_heading = 402; +UPDATE zone_points SET target_heading = 954 WHERE zone = 'kattacastrum' AND version = 0 AND number = 75 AND id = 1651 AND target_heading = 477; +UPDATE zone_points SET target_heading = 512 WHERE zone = 'kattacastrum' AND version = 0 AND number = 80 AND id = 1652 AND target_heading = 256; +UPDATE zone_points SET target_heading = 238 WHERE zone = 'barren' AND version = 0 AND number = 10 AND id = 1653 AND target_heading = 119; +UPDATE zone_points SET target_heading = 520 WHERE zone = 'buriedsea' AND version = 0 AND number = 10 AND id = 1654 AND target_heading = 260; +UPDATE zone_points SET target_heading = 1998 WHERE zone = 'steamfontmts' AND version = 0 AND number = 10 AND id = 1655 AND target_heading = 999; +UPDATE zone_points SET target_heading = 1998 WHERE zone = 'steamfontmts' AND version = 0 AND number = 20 AND id = 1656 AND target_heading = 999; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'steamfontmts' AND version = 0 AND number = 30 AND id = 1657 AND target_heading = 128; +UPDATE zone_points SET target_heading = 210 WHERE zone = 'steamfontmts' AND version = 0 AND number = 40 AND id = 1658 AND target_heading = 105; +UPDATE zone_points SET target_heading = 512 WHERE zone = 'steamfontmts' AND version = 0 AND number = 50 AND id = 1659 AND target_heading = 256; +UPDATE zone_points SET target_heading = 866 WHERE zone = 'bloodmoon' AND version = 0 AND number = 0 AND id = 1660 AND target_heading = 433; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'bloodmoon' AND version = 0 AND number = 9 AND id = 1661 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'bloodmoon' AND version = 0 AND number = 20 AND id = 1662 AND target_heading = 0; +UPDATE zone_points SET target_heading = 38 WHERE zone = 'bloodmoon' AND version = 0 AND number = 30 AND id = 1663 AND target_heading = 19; +UPDATE zone_points SET target_heading = 1016 WHERE zone = 'dragonscale' AND version = 0 AND number = 100 AND id = 1664 AND target_heading = 508; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'dragonscale' AND version = 0 AND number = 200 AND id = 1665 AND target_heading = 0; +UPDATE zone_points SET target_heading = 152 WHERE zone = 'dragonscale' AND version = 0 AND number = 300 AND id = 1666 AND target_heading = 76; +UPDATE zone_points SET target_heading = 1998 WHERE zone = 'gyrospireb' AND version = 0 AND number = 10 AND id = 1667 AND target_heading = 999; +UPDATE zone_points SET target_heading = 152 WHERE zone = 'gyrospireb' AND version = 0 AND number = 20 AND id = 1668 AND target_heading = 76; +UPDATE zone_points SET target_heading = 1998 WHERE zone = 'gyrospirez' AND version = 0 AND number = 10 AND id = 1669 AND target_heading = 999; +UPDATE zone_points SET target_heading = 152 WHERE zone = 'gyrospirez' AND version = 0 AND number = 20 AND id = 1670 AND target_heading = 76; +UPDATE zone_points SET target_heading = 216 WHERE zone = 'hillsofshade' AND version = 0 AND number = 10 AND id = 1671 AND target_heading = 108; +UPDATE zone_points SET target_heading = 988 WHERE zone = 'lopingplains' AND version = 0 AND number = 10 AND id = 1672 AND target_heading = 494; +UPDATE zone_points SET target_heading = 310 WHERE zone = 'lopingplains' AND version = 0 AND number = 20 AND id = 1673 AND target_heading = 155; +UPDATE zone_points SET target_heading = 770 WHERE zone = 'mansion' AND version = 0 AND number = 10 AND id = 1674 AND target_heading = 385; +UPDATE zone_points SET target_heading = 512 WHERE zone = 'mansion' AND version = 0 AND number = 14 AND id = 1675 AND target_heading = 256; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'mechanotus' AND version = 0 AND number = 0 AND id = 1676 AND target_heading = 0; +UPDATE zone_points SET target_heading = 260 WHERE zone = 'mechanotus' AND version = 0 AND number = 0 AND id = 1677 AND target_heading = 130; +UPDATE zone_points SET target_heading = 1000 WHERE zone = 'mechanotus' AND version = 0 AND number = 10 AND id = 1678 AND target_heading = 500; +UPDATE zone_points SET target_heading = 930 WHERE zone = 'mechanotus' AND version = 0 AND number = 20 AND id = 1679 AND target_heading = 465; +UPDATE zone_points SET target_heading = 200 WHERE zone = 'mechanotus' AND version = 0 AND number = 30 AND id = 1680 AND target_heading = 100; +UPDATE zone_points SET target_heading = 750 WHERE zone = 'mechanotus' AND version = 0 AND number = 70 AND id = 1681 AND target_heading = 375; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'mechanotus' AND version = 0 AND number = 80 AND id = 1682 AND target_heading = 0; +UPDATE zone_points SET target_heading = 1000 WHERE zone = 'mechanotus' AND version = 0 AND number = 90 AND id = 1683 AND target_heading = 500; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'mechanotus' AND version = 0 AND number = 100 AND id = 1684 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'mechanotus' AND version = 0 AND number = 110 AND id = 1685 AND target_heading = 0; +UPDATE zone_points SET target_heading = 520 WHERE zone = 'shipworkshop' AND version = 0 AND number = 10 AND id = 1686 AND target_heading = 260; +UPDATE zone_points SET target_heading = 560 WHERE zone = 'shipworkshop' AND version = 0 AND number = 20 AND id = 1687 AND target_heading = 280; +UPDATE zone_points SET target_heading = 768 WHERE zone = 'steamfactory' AND version = 0 AND number = 10 AND id = 1688 AND target_heading = 384; +UPDATE zone_points SET target_heading = 512 WHERE zone = 'steamfactory' AND version = 0 AND number = 20 AND id = 1689 AND target_heading = 256; +UPDATE zone_points SET target_heading = 250 WHERE zone = 'steamfactory' AND version = 0 AND number = 30 AND id = 1690 AND target_heading = 125; +UPDATE zone_points SET target_heading = 258 WHERE zone = 'steamfactory' AND version = 0 AND number = 40 AND id = 1691 AND target_heading = 129; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'steamfactory' AND version = 0 AND number = 40 AND id = 1692 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'steamfactory' AND version = 0 AND number = 50 AND id = 1693 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'steamfactory' AND version = 0 AND number = 60 AND id = 1694 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'steamfactory' AND version = 0 AND number = 70 AND id = 1695 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'steamfactory' AND version = 0 AND number = 80 AND id = 1696 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'steamfactory' AND version = 0 AND number = 90 AND id = 1697 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'steamfactory' AND version = 0 AND number = 100 AND id = 1698 AND target_heading = 0; +UPDATE zone_points SET target_heading = 614 WHERE zone = 'zhisza' AND version = 0 AND number = 10 AND id = 1699 AND target_heading = 307; +UPDATE zone_points SET target_heading = 452 WHERE zone = 'zhisza' AND version = 0 AND number = 90 AND id = 1700 AND target_heading = 226; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'eastkarana' AND version = 0 AND number = 3 AND id = 1701 AND target_heading = 128; +UPDATE zone_points SET target_heading = 282 WHERE zone = 'highkeep' AND version = 0 AND number = 1 AND id = 1702 AND target_heading = 141; +UPDATE zone_points SET target_heading = 32 WHERE zone = 'highkeep' AND version = 0 AND number = 2 AND id = 1703 AND target_heading = 16; +UPDATE zone_points SET target_heading = 490 WHERE zone = 'kithicor' AND version = 0 AND number = 1 AND id = 1704 AND target_heading = 245; +UPDATE zone_points SET target_heading = 12 WHERE zone = 'bertoxtemple' AND version = 0 AND number = 10 AND id = 1705 AND target_heading = 6; +UPDATE zone_points SET target_heading = 974 WHERE zone = 'oldkaesorab' AND version = 0 AND number = 10 AND id = 1706 AND target_heading = 487; +UPDATE zone_points SET target_heading = 132 WHERE zone = 'oldkaesoraa' AND version = 0 AND number = 10 AND id = 1707 AND target_heading = 66; +UPDATE zone_points SET target_heading = 190 WHERE zone = 'discord' AND version = 0 AND number = 26 AND id = 1708 AND target_heading = 95; +UPDATE zone_points SET target_heading = 320 WHERE zone = 'korascian' AND version = 0 AND number = 10 AND id = 1709 AND target_heading = 160; +UPDATE zone_points SET target_heading = 768 WHERE zone = 'korascian' AND version = 0 AND number = 20 AND id = 1710 AND target_heading = 384; +UPDATE zone_points SET target_heading = 1998 WHERE zone = 'oceangreenhills' AND version = 0 AND number = 10 AND id = 1711 AND target_heading = 999; +UPDATE zone_points SET target_heading = 750 WHERE zone = 'oceangreenhills' AND version = 0 AND number = 20 AND id = 1712 AND target_heading = 375; +UPDATE zone_points SET target_heading = 584 WHERE zone = 'oceangreenhills' AND version = 0 AND number = 21 AND id = 1713 AND target_heading = 292; +UPDATE zone_points SET target_heading = 180 WHERE zone = 'oceangreenhills' AND version = 0 AND number = 30 AND id = 1714 AND target_heading = 90; +UPDATE zone_points SET target_heading = 1998 WHERE zone = 'oceangreenvillage' AND version = 0 AND number = 10 AND id = 1715 AND target_heading = 999; +UPDATE zone_points SET target_heading = 770 WHERE zone = 'oceangreenvillage' AND version = 0 AND number = 20 AND id = 1716 AND target_heading = 385; +UPDATE zone_points SET target_heading = 512 WHERE zone = 'oldbloodfield' AND version = 0 AND number = 10 AND id = 1717 AND target_heading = 256; +UPDATE zone_points SET target_heading = 444 WHERE zone = 'oldbloodfield' AND version = 0 AND number = 20 AND id = 1718 AND target_heading = 222; +UPDATE zone_points SET target_heading = 868 WHERE zone = 'oldbloodfield' AND version = 0 AND number = 25 AND id = 1719 AND target_heading = 434; +UPDATE zone_points SET target_heading = 522 WHERE zone = 'olddranik' AND version = 0 AND number = 10 AND id = 1720 AND target_heading = 261; +UPDATE zone_points SET target_heading = 218 WHERE zone = 'oldcommons' AND version = 0 AND number = 10 AND id = 1721 AND target_heading = 109; +UPDATE zone_points SET target_heading = 1998 WHERE zone = 'oldcommons' AND version = 0 AND number = 20 AND id = 1722 AND target_heading = 999; +UPDATE zone_points SET target_heading = 1998 WHERE zone = 'oldcommons' AND version = 0 AND number = 30 AND id = 1723 AND target_heading = 999; +UPDATE zone_points SET target_heading = 1998 WHERE zone = 'oldcommons' AND version = 0 AND number = 40 AND id = 1724 AND target_heading = 999; +UPDATE zone_points SET target_heading = 768 WHERE zone = 'oldcommons' AND version = 0 AND number = 50 AND id = 1725 AND target_heading = 384; +UPDATE zone_points SET target_heading = 580 WHERE zone = 'oldkithicor' AND version = 0 AND number = 10 AND id = 1726 AND target_heading = 290; +UPDATE zone_points SET target_heading = 1998 WHERE zone = 'oldkithicor' AND version = 0 AND number = 20 AND id = 1727 AND target_heading = 999; +UPDATE zone_points SET target_heading = 112 WHERE zone = 'oldkithicor' AND version = 0 AND number = 22 AND id = 1728 AND target_heading = 56; +UPDATE zone_points SET target_heading = 546 WHERE zone = 'oldkithicor' AND version = 0 AND number = 30 AND id = 1729 AND target_heading = 273; +UPDATE zone_points SET target_heading = 524 WHERE zone = 'oldkurn' AND version = 0 AND number = 0 AND id = 1730 AND target_heading = 262; +UPDATE zone_points SET target_heading = 524 WHERE zone = 'oldkurn' AND version = 0 AND number = 10 AND id = 1731 AND target_heading = 262; +UPDATE zone_points SET target_heading = 1998 WHERE zone = 'oldblackburrow' AND version = 0 AND number = 10 AND id = 1732 AND target_heading = 999; +UPDATE zone_points SET target_heading = 1998 WHERE zone = 'oldblackburrow' AND version = 0 AND number = 20 AND id = 1733 AND target_heading = 999; +UPDATE zone_points SET target_heading = 500 WHERE zone = 'oldfieldofbone' AND version = 0 AND number = 10 AND id = 1734 AND target_heading = 250; +UPDATE zone_points SET target_heading = 260 WHERE zone = 'oldfieldofbone' AND version = 0 AND number = 23 AND id = 1735 AND target_heading = 130; +UPDATE zone_points SET target_heading = 254 WHERE zone = 'oldfieldofbone' AND version = 0 AND number = 200 AND id = 1736 AND target_heading = 127; +UPDATE zone_points SET target_heading = 766 WHERE zone = 'oldfieldofbone' AND version = 0 AND number = 210 AND id = 1737 AND target_heading = 383; +UPDATE zone_points SET target_heading = 480 WHERE zone = 'oldfieldofbone' AND version = 0 AND number = 500 AND id = 1738 AND target_heading = 240; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'rathechamber' AND version = 0 AND number = 10 AND id = 1739 AND target_heading = 128; +UPDATE zone_points SET target_heading = 334 WHERE zone = 'thevoide' AND version = 0 AND number = 10 AND id = 1740 AND target_heading = 167; +UPDATE zone_points SET target_heading = 152 WHERE zone = 'thevoide' AND version = 0 AND number = 20 AND id = 1741 AND target_heading = 76; +UPDATE zone_points SET target_heading = 450 WHERE zone = 'thevoide' AND version = 0 AND number = 30 AND id = 1742 AND target_heading = 225; +UPDATE zone_points SET target_heading = 896 WHERE zone = 'thevoide' AND version = 0 AND number = 40 AND id = 1743 AND target_heading = 448; +UPDATE zone_points SET target_heading = 50 WHERE zone = 'thevoide' AND version = 0 AND number = 50 AND id = 1744 AND target_heading = 25; +UPDATE zone_points SET target_heading = 212 WHERE zone = 'thevoide' AND version = 0 AND number = 60 AND id = 1745 AND target_heading = 106; +UPDATE zone_points SET target_heading = 370 WHERE zone = 'thevoide' AND version = 0 AND number = 70 AND id = 1746 AND target_heading = 185; +UPDATE zone_points SET target_heading = 540 WHERE zone = 'thevoide' AND version = 0 AND number = 80 AND id = 1747 AND target_heading = 270; +UPDATE zone_points SET target_heading = 250 WHERE zone = 'thevoide' AND version = 0 AND number = 90 AND id = 1748 AND target_heading = 125; +UPDATE zone_points SET target_heading = 700 WHERE zone = 'thevoide' AND version = 0 AND number = 100 AND id = 1749 AND target_heading = 350; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'thevoide' AND version = 0 AND number = 110 AND id = 1750 AND target_heading = 0; +UPDATE zone_points SET target_heading = 576 WHERE zone = 'thevoide' AND version = 0 AND number = 120 AND id = 1751 AND target_heading = 288; +UPDATE zone_points SET target_heading = 70 WHERE zone = 'thevoide' AND version = 0 AND number = 130 AND id = 1752 AND target_heading = 35; +UPDATE zone_points SET target_heading = 440 WHERE zone = 'thevoide' AND version = 0 AND number = 140 AND id = 1753 AND target_heading = 220; +UPDATE zone_points SET target_heading = 350 WHERE zone = 'thevoide' AND version = 0 AND number = 150 AND id = 1754 AND target_heading = 175; +UPDATE zone_points SET target_heading = 882 WHERE zone = 'thevoide' AND version = 0 AND number = 160 AND id = 1755 AND target_heading = 441; +UPDATE zone_points SET target_heading = 1014 WHERE zone = 'toskirakk' AND version = 0 AND number = 20 AND id = 1756 AND target_heading = 507; +UPDATE zone_points SET target_heading = 816 WHERE zone = 'toskirakk' AND version = 0 AND number = 24 AND id = 1757 AND target_heading = 408; +UPDATE zone_points SET target_heading = 334 WHERE zone = 'thevoida' AND version = 0 AND number = 10 AND id = 1758 AND target_heading = 167; +UPDATE zone_points SET target_heading = 152 WHERE zone = 'thevoida' AND version = 0 AND number = 20 AND id = 1759 AND target_heading = 76; +UPDATE zone_points SET target_heading = 450 WHERE zone = 'thevoida' AND version = 0 AND number = 30 AND id = 1760 AND target_heading = 225; +UPDATE zone_points SET target_heading = 896 WHERE zone = 'thevoida' AND version = 0 AND number = 40 AND id = 1761 AND target_heading = 448; +UPDATE zone_points SET target_heading = 50 WHERE zone = 'thevoida' AND version = 0 AND number = 50 AND id = 1762 AND target_heading = 25; +UPDATE zone_points SET target_heading = 212 WHERE zone = 'thevoida' AND version = 0 AND number = 60 AND id = 1763 AND target_heading = 106; +UPDATE zone_points SET target_heading = 370 WHERE zone = 'thevoida' AND version = 0 AND number = 70 AND id = 1764 AND target_heading = 185; +UPDATE zone_points SET target_heading = 540 WHERE zone = 'thevoida' AND version = 0 AND number = 80 AND id = 1765 AND target_heading = 270; +UPDATE zone_points SET target_heading = 250 WHERE zone = 'thevoida' AND version = 0 AND number = 90 AND id = 1766 AND target_heading = 125; +UPDATE zone_points SET target_heading = 700 WHERE zone = 'thevoida' AND version = 0 AND number = 100 AND id = 1767 AND target_heading = 350; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'thevoida' AND version = 0 AND number = 110 AND id = 1768 AND target_heading = 0; +UPDATE zone_points SET target_heading = 576 WHERE zone = 'thevoida' AND version = 0 AND number = 120 AND id = 1769 AND target_heading = 288; +UPDATE zone_points SET target_heading = 70 WHERE zone = 'thevoida' AND version = 0 AND number = 130 AND id = 1770 AND target_heading = 35; +UPDATE zone_points SET target_heading = 440 WHERE zone = 'thevoida' AND version = 0 AND number = 140 AND id = 1771 AND target_heading = 220; +UPDATE zone_points SET target_heading = 350 WHERE zone = 'thevoida' AND version = 0 AND number = 150 AND id = 1772 AND target_heading = 175; +UPDATE zone_points SET target_heading = 882 WHERE zone = 'thevoida' AND version = 0 AND number = 160 AND id = 1773 AND target_heading = 441; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'crystallos' AND version = 0 AND number = 10 AND id = 1774 AND target_heading = 0; +UPDATE zone_points SET target_heading = 334 WHERE zone = 'thevoidb' AND version = 0 AND number = 10 AND id = 1775 AND target_heading = 167; +UPDATE zone_points SET target_heading = 152 WHERE zone = 'thevoidb' AND version = 0 AND number = 20 AND id = 1776 AND target_heading = 76; +UPDATE zone_points SET target_heading = 450 WHERE zone = 'thevoidb' AND version = 0 AND number = 30 AND id = 1777 AND target_heading = 225; +UPDATE zone_points SET target_heading = 896 WHERE zone = 'thevoidb' AND version = 0 AND number = 40 AND id = 1778 AND target_heading = 448; +UPDATE zone_points SET target_heading = 50 WHERE zone = 'thevoidb' AND version = 0 AND number = 50 AND id = 1779 AND target_heading = 25; +UPDATE zone_points SET target_heading = 212 WHERE zone = 'thevoidb' AND version = 0 AND number = 60 AND id = 1780 AND target_heading = 106; +UPDATE zone_points SET target_heading = 370 WHERE zone = 'thevoidb' AND version = 0 AND number = 70 AND id = 1781 AND target_heading = 185; +UPDATE zone_points SET target_heading = 540 WHERE zone = 'thevoidb' AND version = 0 AND number = 80 AND id = 1782 AND target_heading = 270; +UPDATE zone_points SET target_heading = 250 WHERE zone = 'thevoidb' AND version = 0 AND number = 90 AND id = 1783 AND target_heading = 125; +UPDATE zone_points SET target_heading = 700 WHERE zone = 'thevoidb' AND version = 0 AND number = 100 AND id = 1784 AND target_heading = 350; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'thevoidb' AND version = 0 AND number = 110 AND id = 1785 AND target_heading = 0; +UPDATE zone_points SET target_heading = 576 WHERE zone = 'thevoidb' AND version = 0 AND number = 120 AND id = 1786 AND target_heading = 288; +UPDATE zone_points SET target_heading = 70 WHERE zone = 'thevoidb' AND version = 0 AND number = 130 AND id = 1787 AND target_heading = 35; +UPDATE zone_points SET target_heading = 440 WHERE zone = 'thevoidb' AND version = 0 AND number = 140 AND id = 1788 AND target_heading = 220; +UPDATE zone_points SET target_heading = 350 WHERE zone = 'thevoidb' AND version = 0 AND number = 150 AND id = 1789 AND target_heading = 175; +UPDATE zone_points SET target_heading = 882 WHERE zone = 'thevoidb' AND version = 0 AND number = 160 AND id = 1790 AND target_heading = 441; +UPDATE zone_points SET target_heading = 334 WHERE zone = 'thevoidc' AND version = 0 AND number = 10 AND id = 1791 AND target_heading = 167; +UPDATE zone_points SET target_heading = 152 WHERE zone = 'thevoidc' AND version = 0 AND number = 20 AND id = 1792 AND target_heading = 76; +UPDATE zone_points SET target_heading = 450 WHERE zone = 'thevoidc' AND version = 0 AND number = 30 AND id = 1793 AND target_heading = 225; +UPDATE zone_points SET target_heading = 896 WHERE zone = 'thevoidc' AND version = 0 AND number = 40 AND id = 1794 AND target_heading = 448; +UPDATE zone_points SET target_heading = 50 WHERE zone = 'thevoidc' AND version = 0 AND number = 50 AND id = 1795 AND target_heading = 25; +UPDATE zone_points SET target_heading = 212 WHERE zone = 'thevoidc' AND version = 0 AND number = 60 AND id = 1796 AND target_heading = 106; +UPDATE zone_points SET target_heading = 370 WHERE zone = 'thevoidc' AND version = 0 AND number = 70 AND id = 1797 AND target_heading = 185; +UPDATE zone_points SET target_heading = 540 WHERE zone = 'thevoidc' AND version = 0 AND number = 80 AND id = 1798 AND target_heading = 270; +UPDATE zone_points SET target_heading = 250 WHERE zone = 'thevoidc' AND version = 0 AND number = 90 AND id = 1799 AND target_heading = 125; +UPDATE zone_points SET target_heading = 700 WHERE zone = 'thevoidc' AND version = 0 AND number = 100 AND id = 1800 AND target_heading = 350; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'thevoidc' AND version = 0 AND number = 110 AND id = 1801 AND target_heading = 0; +UPDATE zone_points SET target_heading = 576 WHERE zone = 'thevoidc' AND version = 0 AND number = 120 AND id = 1802 AND target_heading = 288; +UPDATE zone_points SET target_heading = 70 WHERE zone = 'thevoidc' AND version = 0 AND number = 130 AND id = 1803 AND target_heading = 35; +UPDATE zone_points SET target_heading = 440 WHERE zone = 'thevoidc' AND version = 0 AND number = 140 AND id = 1804 AND target_heading = 220; +UPDATE zone_points SET target_heading = 350 WHERE zone = 'thevoidc' AND version = 0 AND number = 150 AND id = 1805 AND target_heading = 175; +UPDATE zone_points SET target_heading = 882 WHERE zone = 'thevoidc' AND version = 0 AND number = 160 AND id = 1806 AND target_heading = 441; +UPDATE zone_points SET target_heading = 334 WHERE zone = 'thevoidd' AND version = 0 AND number = 10 AND id = 1807 AND target_heading = 167; +UPDATE zone_points SET target_heading = 152 WHERE zone = 'thevoidd' AND version = 0 AND number = 20 AND id = 1808 AND target_heading = 76; +UPDATE zone_points SET target_heading = 450 WHERE zone = 'thevoidd' AND version = 0 AND number = 30 AND id = 1809 AND target_heading = 225; +UPDATE zone_points SET target_heading = 896 WHERE zone = 'thevoidd' AND version = 0 AND number = 40 AND id = 1810 AND target_heading = 448; +UPDATE zone_points SET target_heading = 50 WHERE zone = 'thevoidd' AND version = 0 AND number = 50 AND id = 1811 AND target_heading = 25; +UPDATE zone_points SET target_heading = 212 WHERE zone = 'thevoidd' AND version = 0 AND number = 60 AND id = 1812 AND target_heading = 106; +UPDATE zone_points SET target_heading = 370 WHERE zone = 'thevoidd' AND version = 0 AND number = 70 AND id = 1813 AND target_heading = 185; +UPDATE zone_points SET target_heading = 540 WHERE zone = 'thevoidd' AND version = 0 AND number = 80 AND id = 1814 AND target_heading = 270; +UPDATE zone_points SET target_heading = 250 WHERE zone = 'thevoidd' AND version = 0 AND number = 90 AND id = 1815 AND target_heading = 125; +UPDATE zone_points SET target_heading = 700 WHERE zone = 'thevoidd' AND version = 0 AND number = 100 AND id = 1816 AND target_heading = 350; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'thevoidd' AND version = 0 AND number = 110 AND id = 1817 AND target_heading = 0; +UPDATE zone_points SET target_heading = 576 WHERE zone = 'thevoidd' AND version = 0 AND number = 120 AND id = 1818 AND target_heading = 288; +UPDATE zone_points SET target_heading = 70 WHERE zone = 'thevoidd' AND version = 0 AND number = 130 AND id = 1819 AND target_heading = 35; +UPDATE zone_points SET target_heading = 440 WHERE zone = 'thevoidd' AND version = 0 AND number = 140 AND id = 1820 AND target_heading = 220; +UPDATE zone_points SET target_heading = 350 WHERE zone = 'thevoidd' AND version = 0 AND number = 150 AND id = 1821 AND target_heading = 175; +UPDATE zone_points SET target_heading = 882 WHERE zone = 'thevoidd' AND version = 0 AND number = 160 AND id = 1822 AND target_heading = 441; +UPDATE zone_points SET target_heading = 334 WHERE zone = 'thevoidf' AND version = 0 AND number = 10 AND id = 1823 AND target_heading = 167; +UPDATE zone_points SET target_heading = 152 WHERE zone = 'thevoidf' AND version = 0 AND number = 20 AND id = 1824 AND target_heading = 76; +UPDATE zone_points SET target_heading = 450 WHERE zone = 'thevoidf' AND version = 0 AND number = 30 AND id = 1825 AND target_heading = 225; +UPDATE zone_points SET target_heading = 896 WHERE zone = 'thevoidf' AND version = 0 AND number = 40 AND id = 1826 AND target_heading = 448; +UPDATE zone_points SET target_heading = 50 WHERE zone = 'thevoidf' AND version = 0 AND number = 50 AND id = 1827 AND target_heading = 25; +UPDATE zone_points SET target_heading = 212 WHERE zone = 'thevoidf' AND version = 0 AND number = 60 AND id = 1828 AND target_heading = 106; +UPDATE zone_points SET target_heading = 370 WHERE zone = 'thevoidf' AND version = 0 AND number = 70 AND id = 1829 AND target_heading = 185; +UPDATE zone_points SET target_heading = 540 WHERE zone = 'thevoidf' AND version = 0 AND number = 80 AND id = 1830 AND target_heading = 270; +UPDATE zone_points SET target_heading = 250 WHERE zone = 'thevoidf' AND version = 0 AND number = 90 AND id = 1831 AND target_heading = 125; +UPDATE zone_points SET target_heading = 700 WHERE zone = 'thevoidf' AND version = 0 AND number = 100 AND id = 1832 AND target_heading = 350; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'thevoidf' AND version = 0 AND number = 110 AND id = 1833 AND target_heading = 0; +UPDATE zone_points SET target_heading = 576 WHERE zone = 'thevoidf' AND version = 0 AND number = 120 AND id = 1834 AND target_heading = 288; +UPDATE zone_points SET target_heading = 70 WHERE zone = 'thevoidf' AND version = 0 AND number = 130 AND id = 1835 AND target_heading = 35; +UPDATE zone_points SET target_heading = 440 WHERE zone = 'thevoidf' AND version = 0 AND number = 140 AND id = 1836 AND target_heading = 220; +UPDATE zone_points SET target_heading = 350 WHERE zone = 'thevoidf' AND version = 0 AND number = 150 AND id = 1837 AND target_heading = 175; +UPDATE zone_points SET target_heading = 882 WHERE zone = 'thevoidf' AND version = 0 AND number = 160 AND id = 1838 AND target_heading = 441; +UPDATE zone_points SET target_heading = 334 WHERE zone = 'thevoidg' AND version = 0 AND number = 10 AND id = 1839 AND target_heading = 167; +UPDATE zone_points SET target_heading = 152 WHERE zone = 'thevoidg' AND version = 0 AND number = 20 AND id = 1840 AND target_heading = 76; +UPDATE zone_points SET target_heading = 450 WHERE zone = 'thevoidg' AND version = 0 AND number = 30 AND id = 1841 AND target_heading = 225; +UPDATE zone_points SET target_heading = 896 WHERE zone = 'thevoidg' AND version = 0 AND number = 40 AND id = 1842 AND target_heading = 448; +UPDATE zone_points SET target_heading = 50 WHERE zone = 'thevoidg' AND version = 0 AND number = 50 AND id = 1843 AND target_heading = 25; +UPDATE zone_points SET target_heading = 212 WHERE zone = 'thevoidg' AND version = 0 AND number = 60 AND id = 1844 AND target_heading = 106; +UPDATE zone_points SET target_heading = 370 WHERE zone = 'thevoidg' AND version = 0 AND number = 70 AND id = 1845 AND target_heading = 185; +UPDATE zone_points SET target_heading = 540 WHERE zone = 'thevoidg' AND version = 0 AND number = 80 AND id = 1846 AND target_heading = 270; +UPDATE zone_points SET target_heading = 250 WHERE zone = 'thevoidg' AND version = 0 AND number = 90 AND id = 1847 AND target_heading = 125; +UPDATE zone_points SET target_heading = 700 WHERE zone = 'thevoidg' AND version = 0 AND number = 100 AND id = 1848 AND target_heading = 350; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'thevoidg' AND version = 0 AND number = 110 AND id = 1849 AND target_heading = 0; +UPDATE zone_points SET target_heading = 576 WHERE zone = 'thevoidg' AND version = 0 AND number = 120 AND id = 1850 AND target_heading = 288; +UPDATE zone_points SET target_heading = 70 WHERE zone = 'thevoidg' AND version = 0 AND number = 130 AND id = 1851 AND target_heading = 35; +UPDATE zone_points SET target_heading = 440 WHERE zone = 'thevoidg' AND version = 0 AND number = 140 AND id = 1852 AND target_heading = 220; +UPDATE zone_points SET target_heading = 350 WHERE zone = 'thevoidg' AND version = 0 AND number = 150 AND id = 1853 AND target_heading = 175; +UPDATE zone_points SET target_heading = 882 WHERE zone = 'thevoidg' AND version = 0 AND number = 160 AND id = 1854 AND target_heading = 441; +UPDATE zone_points SET target_heading = 478 WHERE zone = 'brellsrest' AND version = 0 AND number = 10 AND id = 1855 AND target_heading = 239; +UPDATE zone_points SET target_heading = 304 WHERE zone = 'brellsrest' AND version = 0 AND number = 20 AND id = 1856 AND target_heading = 152; +UPDATE zone_points SET target_heading = 754 WHERE zone = 'brellsrest' AND version = 0 AND number = 30 AND id = 1857 AND target_heading = 377; +UPDATE zone_points SET target_heading = 90 WHERE zone = 'brellsrest' AND version = 0 AND number = 40 AND id = 1858 AND target_heading = 45; +UPDATE zone_points SET target_heading = 480 WHERE zone = 'brellsrest' AND version = 0 AND number = 50 AND id = 1859 AND target_heading = 240; +UPDATE zone_points SET target_heading = 940 WHERE zone = 'coolingchamber' AND version = 0 AND number = 10 AND id = 1860 AND target_heading = 470; +UPDATE zone_points SET target_heading = 576 WHERE zone = 'coolingchamber' AND version = 0 AND number = 30 AND id = 1861 AND target_heading = 288; +UPDATE zone_points SET target_heading = 62 WHERE zone = 'pellucid' AND version = 0 AND number = 10 AND id = 1862 AND target_heading = 31; +UPDATE zone_points SET target_heading = 664 WHERE zone = 'pellucid' AND version = 0 AND number = 370 AND id = 1863 AND target_heading = 332; +UPDATE zone_points SET target_heading = 486 WHERE zone = 'pellucid' AND version = 0 AND number = 520 AND id = 1864 AND target_heading = 243; +UPDATE zone_points SET target_heading = 760 WHERE zone = 'arthicrex' AND version = 0 AND number = 10 AND id = 1865 AND target_heading = 380; +UPDATE zone_points SET target_heading = 34 WHERE zone = 'foundation' AND version = 0 AND number = 10 AND id = 1866 AND target_heading = 17; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'foundation' AND version = 0 AND number = 20 AND id = 1867 AND target_heading = 0; +UPDATE zone_points SET target_heading = 60 WHERE zone = 'underquarry' AND version = 0 AND number = 0 AND id = 1868 AND target_heading = 30; +UPDATE zone_points SET target_heading = 246 WHERE zone = 'underquarry' AND version = 0 AND number = 10 AND id = 1869 AND target_heading = 123; +UPDATE zone_points SET target_heading = 36 WHERE zone = 'underquarry' AND version = 0 AND number = 20 AND id = 1870 AND target_heading = 18; +UPDATE zone_points SET target_heading = 540 WHERE zone = 'underquarry' AND version = 0 AND number = 30 AND id = 1871 AND target_heading = 270; +UPDATE zone_points SET target_heading = 1020 WHERE zone = 'arena' AND version = 0 AND number = 10 AND id = 1872 AND target_heading = 510; +UPDATE zone_points SET target_heading = 520 WHERE zone = 'arena' AND version = 0 AND number = 2 AND id = 1874 AND target_heading = 260; +UPDATE zone_points SET target_heading = 956 WHERE zone = 'lavastorm' AND version = 0 AND number = 10 AND id = 1876 AND target_heading = 478; +UPDATE zone_points SET target_heading = 130 WHERE zone = 'lavastorm' AND version = 0 AND number = 20 AND id = 1877 AND target_heading = 65; +UPDATE zone_points SET target_heading = 1998 WHERE zone = 'lavastorm' AND version = 0 AND number = 30 AND id = 1878 AND target_heading = 999; +UPDATE zone_points SET target_heading = 1998 WHERE zone = 'lavastorm' AND version = 0 AND number = 40 AND id = 1879 AND target_heading = 999; +UPDATE zone_points SET target_heading = 1998 WHERE zone = 'lavastorm' AND version = 0 AND number = 50 AND id = 1880 AND target_heading = 999; +UPDATE zone_points SET target_heading = 330 WHERE zone = 'lavastorm' AND version = 0 AND number = 60 AND id = 1881 AND target_heading = 165; +UPDATE zone_points SET target_heading = 1998 WHERE zone = 'lavastorm' AND version = 0 AND number = 88 AND id = 1882 AND target_heading = 999; +UPDATE zone_points SET target_heading = 262 WHERE zone = 'silyssar' AND version = 0 AND number = 90 AND id = 1884 AND target_heading = 131; +UPDATE zone_points SET target_heading = 408 WHERE zone = 'sleeper' AND version = 0 AND number = 10 AND id = 1886 AND target_heading = 204; +UPDATE zone_points SET target_heading = 758 WHERE zone = 'nightmareb' AND version = 0 AND number = 77 AND id = 1887 AND target_heading = 379; +UPDATE zone_points SET target_heading = 514 WHERE zone = 'morellcastle' AND version = 0 AND number = 0 AND id = 1912 AND target_heading = 257; +UPDATE zone_points SET target_heading = 24 WHERE zone = 'morellcastle' AND version = 0 AND number = 10 AND id = 1913 AND target_heading = 12; +UPDATE zone_points SET target_heading = 208 WHERE zone = 'morellcastle' AND version = 0 AND number = 11 AND id = 1914 AND target_heading = 104; +UPDATE zone_points SET target_heading = 254 WHERE zone = 'morellcastle' AND version = 0 AND number = 30 AND id = 1915 AND target_heading = 127; +UPDATE zone_points SET target_heading = 254 WHERE zone = 'morellcastle' AND version = 0 AND number = 40 AND id = 1916 AND target_heading = 127; +UPDATE zone_points SET target_heading = 514 WHERE zone = 'morellcastle' AND version = 0 AND number = 0 AND id = 1917 AND target_heading = 257; +UPDATE zone_points SET target_heading = 24 WHERE zone = 'morellcastle' AND version = 0 AND number = 10 AND id = 1918 AND target_heading = 12; +UPDATE zone_points SET target_heading = 208 WHERE zone = 'morellcastle' AND version = 0 AND number = 11 AND id = 1919 AND target_heading = 104; +UPDATE zone_points SET target_heading = 254 WHERE zone = 'morellcastle' AND version = 0 AND number = 30 AND id = 1920 AND target_heading = 127; +UPDATE zone_points SET target_heading = 254 WHERE zone = 'morellcastle' AND version = 0 AND number = 40 AND id = 1921 AND target_heading = 127; +UPDATE zone_points SET target_heading = 766 WHERE zone = 'alkabormare' AND version = 0 AND number = 11 AND id = 1922 AND target_heading = 383; +UPDATE zone_points SET target_heading = 254 WHERE zone = 'fallen' AND version = 0 AND number = 23 AND id = 1923 AND target_heading = 127; +UPDATE zone_points SET target_heading = 1020 WHERE zone = 'fallen' AND version = 0 AND number = 32 AND id = 1924 AND target_heading = 510; +UPDATE zone_points SET target_heading = 510 WHERE zone = 'fallen' AND version = 0 AND number = 33 AND id = 1925 AND target_heading = 255; +UPDATE zone_points SET target_heading = 510 WHERE zone = 'housegarden' AND version = 0 AND number = 1 AND id = 1926 AND target_heading = 255; +UPDATE zone_points SET target_heading = 1999998 WHERE zone = 'housegarden' AND version = 0 AND number = 10 AND id = 1927 AND target_heading = 999999; +UPDATE zone_points SET target_heading = 514 WHERE zone = 'morellcastle' AND version = 0 AND number = 0 AND id = 1928 AND target_heading = 257; +UPDATE zone_points SET target_heading = 24 WHERE zone = 'morellcastle' AND version = 0 AND number = 10 AND id = 1929 AND target_heading = 12; +UPDATE zone_points SET target_heading = 208 WHERE zone = 'morellcastle' AND version = 0 AND number = 11 AND id = 1930 AND target_heading = 104; +UPDATE zone_points SET target_heading = 254 WHERE zone = 'morellcastle' AND version = 0 AND number = 30 AND id = 1931 AND target_heading = 127; +UPDATE zone_points SET target_heading = 254 WHERE zone = 'morellcastle' AND version = 0 AND number = 40 AND id = 1932 AND target_heading = 127; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'thuledream' AND version = 0 AND number = 10 AND id = 1933 AND target_heading = 0; +UPDATE zone_points SET target_heading = 108 WHERE zone = 'thulehouse2' AND version = 0 AND number = 10 AND id = 1934 AND target_heading = 54; +UPDATE zone_points SET target_heading = 108 WHERE zone = 'thulehouse2' AND version = 0 AND number = 20 AND id = 1935 AND target_heading = 54; +UPDATE zone_points SET target_heading = 108 WHERE zone = 'thulehouse2' AND version = 0 AND number = 30 AND id = 1936 AND target_heading = 54; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'thulehouse2' AND version = 0 AND number = 51 AND id = 1937 AND target_heading = 128; +UPDATE zone_points SET target_heading = 880 WHERE zone = 'thulehouse2' AND version = 0 AND number = 61 AND id = 1938 AND target_heading = 440; +UPDATE zone_points SET target_heading = 164 WHERE zone = 'thulehouse2' AND version = 0 AND number = 72 AND id = 1939 AND target_heading = 82; +UPDATE zone_points SET target_heading = 996 WHERE zone = 'thulehouse2' AND version = 0 AND number = 82 AND id = 1940 AND target_heading = 498; +UPDATE zone_points SET target_heading = 990 WHERE zone = 'well' AND version = 0 AND number = 9 AND id = 1941 AND target_heading = 495; +UPDATE zone_points SET target_heading = 508 WHERE zone = 'neighborhood' AND version = 0 AND number = 1 AND id = 1942 AND target_heading = 254; +UPDATE zone_points SET target_heading = 508 WHERE zone = 'neighborhood' AND version = 0 AND number = 10 AND id = 1943 AND target_heading = 254; +UPDATE zone_points SET target_heading = 748 WHERE zone = 'neighborhood' AND version = 0 AND number = 12 AND id = 1944 AND target_heading = 374; +UPDATE zone_points SET target_heading = 238 WHERE zone = 'neighborhood' AND version = 0 AND number = 13 AND id = 1945 AND target_heading = 119; +UPDATE zone_points SET target_heading = 134 WHERE zone = 'neighborhood' AND version = 0 AND number = 14 AND id = 1946 AND target_heading = 67; +UPDATE zone_points SET target_heading = 712 WHERE zone = 'neighborhood' AND version = 0 AND number = 15 AND id = 1947 AND target_heading = 356; +UPDATE zone_points SET target_heading = 784 WHERE zone = 'neighborhood' AND version = 0 AND number = 16 AND id = 1948 AND target_heading = 392; +UPDATE zone_points SET target_heading = 138 WHERE zone = 'neighborhood' AND version = 0 AND number = 17 AND id = 1949 AND target_heading = 69; +UPDATE zone_points SET target_heading = 54 WHERE zone = 'neighborhood' AND version = 0 AND number = 21 AND id = 1950 AND target_heading = 27; +UPDATE zone_points SET target_heading = 238 WHERE zone = 'neighborhood' AND version = 0 AND number = 23 AND id = 1951 AND target_heading = 119; +UPDATE zone_points SET target_heading = 134 WHERE zone = 'neighborhood' AND version = 0 AND number = 24 AND id = 1952 AND target_heading = 67; +UPDATE zone_points SET target_heading = 712 WHERE zone = 'neighborhood' AND version = 0 AND number = 25 AND id = 1953 AND target_heading = 356; +UPDATE zone_points SET target_heading = 784 WHERE zone = 'neighborhood' AND version = 0 AND number = 26 AND id = 1954 AND target_heading = 392; +UPDATE zone_points SET target_heading = 138 WHERE zone = 'neighborhood' AND version = 0 AND number = 27 AND id = 1955 AND target_heading = 69; +UPDATE zone_points SET target_heading = 54 WHERE zone = 'neighborhood' AND version = 0 AND number = 31 AND id = 1956 AND target_heading = 27; +UPDATE zone_points SET target_heading = 748 WHERE zone = 'neighborhood' AND version = 0 AND number = 32 AND id = 1957 AND target_heading = 374; +UPDATE zone_points SET target_heading = 134 WHERE zone = 'neighborhood' AND version = 0 AND number = 34 AND id = 1958 AND target_heading = 67; +UPDATE zone_points SET target_heading = 712 WHERE zone = 'neighborhood' AND version = 0 AND number = 35 AND id = 1959 AND target_heading = 356; +UPDATE zone_points SET target_heading = 784 WHERE zone = 'neighborhood' AND version = 0 AND number = 36 AND id = 1960 AND target_heading = 392; +UPDATE zone_points SET target_heading = 138 WHERE zone = 'neighborhood' AND version = 0 AND number = 37 AND id = 1961 AND target_heading = 69; +UPDATE zone_points SET target_heading = 54 WHERE zone = 'neighborhood' AND version = 0 AND number = 41 AND id = 1962 AND target_heading = 27; +UPDATE zone_points SET target_heading = 748 WHERE zone = 'neighborhood' AND version = 0 AND number = 42 AND id = 1963 AND target_heading = 374; +UPDATE zone_points SET target_heading = 238 WHERE zone = 'neighborhood' AND version = 0 AND number = 43 AND id = 1964 AND target_heading = 119; +UPDATE zone_points SET target_heading = 712 WHERE zone = 'neighborhood' AND version = 0 AND number = 45 AND id = 1965 AND target_heading = 356; +UPDATE zone_points SET target_heading = 784 WHERE zone = 'neighborhood' AND version = 0 AND number = 46 AND id = 1966 AND target_heading = 392; +UPDATE zone_points SET target_heading = 138 WHERE zone = 'neighborhood' AND version = 0 AND number = 47 AND id = 1967 AND target_heading = 69; +UPDATE zone_points SET target_heading = 54 WHERE zone = 'neighborhood' AND version = 0 AND number = 51 AND id = 1968 AND target_heading = 27; +UPDATE zone_points SET target_heading = 748 WHERE zone = 'neighborhood' AND version = 0 AND number = 52 AND id = 1969 AND target_heading = 374; +UPDATE zone_points SET target_heading = 238 WHERE zone = 'neighborhood' AND version = 0 AND number = 53 AND id = 1970 AND target_heading = 119; +UPDATE zone_points SET target_heading = 134 WHERE zone = 'neighborhood' AND version = 0 AND number = 54 AND id = 1971 AND target_heading = 67; +UPDATE zone_points SET target_heading = 784 WHERE zone = 'neighborhood' AND version = 0 AND number = 56 AND id = 1972 AND target_heading = 392; +UPDATE zone_points SET target_heading = 138 WHERE zone = 'neighborhood' AND version = 0 AND number = 57 AND id = 1973 AND target_heading = 69; +UPDATE zone_points SET target_heading = 54 WHERE zone = 'neighborhood' AND version = 0 AND number = 61 AND id = 1974 AND target_heading = 27; +UPDATE zone_points SET target_heading = 748 WHERE zone = 'neighborhood' AND version = 0 AND number = 62 AND id = 1975 AND target_heading = 374; +UPDATE zone_points SET target_heading = 238 WHERE zone = 'neighborhood' AND version = 0 AND number = 63 AND id = 1976 AND target_heading = 119; +UPDATE zone_points SET target_heading = 134 WHERE zone = 'neighborhood' AND version = 0 AND number = 64 AND id = 1977 AND target_heading = 67; +UPDATE zone_points SET target_heading = 712 WHERE zone = 'neighborhood' AND version = 0 AND number = 65 AND id = 1978 AND target_heading = 356; +UPDATE zone_points SET target_heading = 138 WHERE zone = 'neighborhood' AND version = 0 AND number = 67 AND id = 1979 AND target_heading = 69; +UPDATE zone_points SET target_heading = 54 WHERE zone = 'neighborhood' AND version = 0 AND number = 71 AND id = 1980 AND target_heading = 27; +UPDATE zone_points SET target_heading = 748 WHERE zone = 'neighborhood' AND version = 0 AND number = 72 AND id = 1981 AND target_heading = 374; +UPDATE zone_points SET target_heading = 238 WHERE zone = 'neighborhood' AND version = 0 AND number = 73 AND id = 1982 AND target_heading = 119; +UPDATE zone_points SET target_heading = 134 WHERE zone = 'neighborhood' AND version = 0 AND number = 74 AND id = 1983 AND target_heading = 67; +UPDATE zone_points SET target_heading = 712 WHERE zone = 'neighborhood' AND version = 0 AND number = 75 AND id = 1984 AND target_heading = 356; +UPDATE zone_points SET target_heading = 784 WHERE zone = 'neighborhood' AND version = 0 AND number = 76 AND id = 1985 AND target_heading = 392; +UPDATE zone_points SET target_heading = 15.2 WHERE zone = 'feerrott2' AND version = 0 AND number = 0 AND id = 1986 AND target_heading = 7.6; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'feerrott2' AND version = 0 AND number = 15 AND id = 1987 AND target_heading = 0; +UPDATE zone_points SET target_heading = 510 WHERE zone = 'feerrott2' AND version = 0 AND number = 25 AND id = 1988 AND target_heading = 255; +UPDATE zone_points SET target_heading = 910 WHERE zone = 'feerrott2' AND version = 0 AND number = 30 AND id = 1989 AND target_heading = 455; +UPDATE zone_points SET target_heading = 1998 WHERE zone = 'feerrott2' AND version = 0 AND number = 40 AND id = 1990 AND target_heading = 999; +UPDATE zone_points SET target_heading = 1998 WHERE zone = 'feerrott2' AND version = 0 AND number = 100 AND id = 1991 AND target_heading = 999; +UPDATE zone_points SET target_heading = 766 WHERE zone = 'miragulmare' AND version = 0 AND number = 31 AND id = 1992 AND target_heading = 383; +UPDATE zone_points SET target_heading = 16 WHERE zone = 'somnium' AND version = 0 AND number = 0 AND id = 1993 AND target_heading = 8; +UPDATE zone_points SET target_heading = 652 WHERE zone = 'somnium' AND version = 0 AND number = 10 AND id = 1994 AND target_heading = 326; +UPDATE zone_points SET target_heading = 264 WHERE zone = 'somnium' AND version = 0 AND number = 20 AND id = 1995 AND target_heading = 132; +UPDATE zone_points SET target_heading = 768 WHERE zone = 'somnium' AND version = 0 AND number = 30 AND id = 1996 AND target_heading = 384; +UPDATE zone_points SET target_heading = 258 WHERE zone = 'somnium' AND version = 0 AND number = 100 AND id = 1997 AND target_heading = 129; +UPDATE zone_points SET target_heading = 584 WHERE zone = 'thulehouse1' AND version = 0 AND number = 10 AND id = 1998 AND target_heading = 292; +UPDATE zone_points SET target_heading = 402 WHERE zone = 'thulehouse1' AND version = 0 AND number = 19 AND id = 1999 AND target_heading = 201; +UPDATE zone_points SET target_heading = 432 WHERE zone = 'thulehouse1' AND version = 0 AND number = 20 AND id = 2000 AND target_heading = 216; +UPDATE zone_points SET target_heading = 764 WHERE zone = 'thulehouse1' AND version = 0 AND number = 21 AND id = 2001 AND target_heading = 382; +UPDATE zone_points SET target_heading = 120 WHERE zone = 'thulehouse1' AND version = 0 AND number = 40 AND id = 2002 AND target_heading = 60; +UPDATE zone_points SET target_heading = 924 WHERE zone = 'thulehouse1' AND version = 0 AND number = 41 AND id = 2003 AND target_heading = 462; +UPDATE zone_points SET target_heading = 1022 WHERE zone = 'thulehouse1' AND version = 0 AND number = 51 AND id = 2004 AND target_heading = 511; +UPDATE zone_points SET target_heading = 766 WHERE zone = 'thulelibrary' AND version = 0 AND number = 11 AND id = 2005 AND target_heading = 383; +UPDATE zone_points SET target_heading = 127 WHERE zone = 'weddingchapel' AND version = 0 AND number = 1 AND id = 2006 AND target_heading = 63.5; +UPDATE zone_points SET target_heading = 127 WHERE zone = 'weddingchapeldark' AND version = 0 AND number = 1 AND id = 2007 AND target_heading = 63.5; +UPDATE zone_points SET target_heading = 495 WHERE zone = 'well' AND version = 0 AND number = 9 AND id = 2008 AND target_heading = 247.5; +UPDATE zone_points SET target_heading = 383 WHERE zone = 'alkabormare' AND version = 0 AND number = 11 AND id = 2009 AND target_heading = 191.5; +UPDATE zone_points SET target_heading = 254 WHERE zone = 'neighborhood' AND version = 0 AND number = 1 AND id = 2010 AND target_heading = 127; +UPDATE zone_points SET target_heading = 254 WHERE zone = 'neighborhood' AND version = 0 AND number = 10 AND id = 2011 AND target_heading = 127; +UPDATE zone_points SET target_heading = 374 WHERE zone = 'neighborhood' AND version = 0 AND number = 12 AND id = 2012 AND target_heading = 187; +UPDATE zone_points SET target_heading = 119 WHERE zone = 'neighborhood' AND version = 0 AND number = 13 AND id = 2013 AND target_heading = 59.5; +UPDATE zone_points SET target_heading = 67 WHERE zone = 'neighborhood' AND version = 0 AND number = 14 AND id = 2014 AND target_heading = 33.5; +UPDATE zone_points SET target_heading = 356 WHERE zone = 'neighborhood' AND version = 0 AND number = 15 AND id = 2015 AND target_heading = 178; +UPDATE zone_points SET target_heading = 392 WHERE zone = 'neighborhood' AND version = 0 AND number = 16 AND id = 2016 AND target_heading = 196; +UPDATE zone_points SET target_heading = 69 WHERE zone = 'neighborhood' AND version = 0 AND number = 17 AND id = 2017 AND target_heading = 34.5; +UPDATE zone_points SET target_heading = 27 WHERE zone = 'neighborhood' AND version = 0 AND number = 21 AND id = 2018 AND target_heading = 13.5; +UPDATE zone_points SET target_heading = 119 WHERE zone = 'neighborhood' AND version = 0 AND number = 23 AND id = 2019 AND target_heading = 59.5; +UPDATE zone_points SET target_heading = 67 WHERE zone = 'neighborhood' AND version = 0 AND number = 24 AND id = 2020 AND target_heading = 33.5; +UPDATE zone_points SET target_heading = 356 WHERE zone = 'neighborhood' AND version = 0 AND number = 25 AND id = 2021 AND target_heading = 178; +UPDATE zone_points SET target_heading = 392 WHERE zone = 'neighborhood' AND version = 0 AND number = 26 AND id = 2022 AND target_heading = 196; +UPDATE zone_points SET target_heading = 69 WHERE zone = 'neighborhood' AND version = 0 AND number = 27 AND id = 2023 AND target_heading = 34.5; +UPDATE zone_points SET target_heading = 27 WHERE zone = 'neighborhood' AND version = 0 AND number = 31 AND id = 2024 AND target_heading = 13.5; +UPDATE zone_points SET target_heading = 374 WHERE zone = 'neighborhood' AND version = 0 AND number = 32 AND id = 2025 AND target_heading = 187; +UPDATE zone_points SET target_heading = 67 WHERE zone = 'neighborhood' AND version = 0 AND number = 34 AND id = 2026 AND target_heading = 33.5; +UPDATE zone_points SET target_heading = 356 WHERE zone = 'neighborhood' AND version = 0 AND number = 35 AND id = 2027 AND target_heading = 178; +UPDATE zone_points SET target_heading = 392 WHERE zone = 'neighborhood' AND version = 0 AND number = 36 AND id = 2028 AND target_heading = 196; +UPDATE zone_points SET target_heading = 69 WHERE zone = 'neighborhood' AND version = 0 AND number = 37 AND id = 2029 AND target_heading = 34.5; +UPDATE zone_points SET target_heading = 27 WHERE zone = 'neighborhood' AND version = 0 AND number = 41 AND id = 2030 AND target_heading = 13.5; +UPDATE zone_points SET target_heading = 374 WHERE zone = 'neighborhood' AND version = 0 AND number = 42 AND id = 2031 AND target_heading = 187; +UPDATE zone_points SET target_heading = 119 WHERE zone = 'neighborhood' AND version = 0 AND number = 43 AND id = 2032 AND target_heading = 59.5; +UPDATE zone_points SET target_heading = 356 WHERE zone = 'neighborhood' AND version = 0 AND number = 45 AND id = 2033 AND target_heading = 178; +UPDATE zone_points SET target_heading = 392 WHERE zone = 'neighborhood' AND version = 0 AND number = 46 AND id = 2034 AND target_heading = 196; +UPDATE zone_points SET target_heading = 69 WHERE zone = 'neighborhood' AND version = 0 AND number = 47 AND id = 2035 AND target_heading = 34.5; +UPDATE zone_points SET target_heading = 27 WHERE zone = 'neighborhood' AND version = 0 AND number = 51 AND id = 2036 AND target_heading = 13.5; +UPDATE zone_points SET target_heading = 374 WHERE zone = 'neighborhood' AND version = 0 AND number = 52 AND id = 2037 AND target_heading = 187; +UPDATE zone_points SET target_heading = 119 WHERE zone = 'neighborhood' AND version = 0 AND number = 53 AND id = 2038 AND target_heading = 59.5; +UPDATE zone_points SET target_heading = 67 WHERE zone = 'neighborhood' AND version = 0 AND number = 54 AND id = 2039 AND target_heading = 33.5; +UPDATE zone_points SET target_heading = 392 WHERE zone = 'neighborhood' AND version = 0 AND number = 56 AND id = 2040 AND target_heading = 196; +UPDATE zone_points SET target_heading = 69 WHERE zone = 'neighborhood' AND version = 0 AND number = 57 AND id = 2041 AND target_heading = 34.5; +UPDATE zone_points SET target_heading = 27 WHERE zone = 'neighborhood' AND version = 0 AND number = 61 AND id = 2042 AND target_heading = 13.5; +UPDATE zone_points SET target_heading = 374 WHERE zone = 'neighborhood' AND version = 0 AND number = 62 AND id = 2043 AND target_heading = 187; +UPDATE zone_points SET target_heading = 119 WHERE zone = 'neighborhood' AND version = 0 AND number = 63 AND id = 2044 AND target_heading = 59.5; +UPDATE zone_points SET target_heading = 67 WHERE zone = 'neighborhood' AND version = 0 AND number = 64 AND id = 2045 AND target_heading = 33.5; +UPDATE zone_points SET target_heading = 356 WHERE zone = 'neighborhood' AND version = 0 AND number = 65 AND id = 2046 AND target_heading = 178; +UPDATE zone_points SET target_heading = 69 WHERE zone = 'neighborhood' AND version = 0 AND number = 67 AND id = 2047 AND target_heading = 34.5; +UPDATE zone_points SET target_heading = 27 WHERE zone = 'neighborhood' AND version = 0 AND number = 71 AND id = 2048 AND target_heading = 13.5; +UPDATE zone_points SET target_heading = 374 WHERE zone = 'neighborhood' AND version = 0 AND number = 72 AND id = 2049 AND target_heading = 187; +UPDATE zone_points SET target_heading = 119 WHERE zone = 'neighborhood' AND version = 0 AND number = 73 AND id = 2050 AND target_heading = 59.5; +UPDATE zone_points SET target_heading = 67 WHERE zone = 'neighborhood' AND version = 0 AND number = 74 AND id = 2051 AND target_heading = 33.5; +UPDATE zone_points SET target_heading = 356 WHERE zone = 'neighborhood' AND version = 0 AND number = 75 AND id = 2052 AND target_heading = 178; +UPDATE zone_points SET target_heading = 392 WHERE zone = 'neighborhood' AND version = 0 AND number = 76 AND id = 2053 AND target_heading = 196; +UPDATE zone_points SET target_heading = 127 WHERE zone = 'fallen' AND version = 0 AND number = 23 AND id = 2054 AND target_heading = 63.5; +UPDATE zone_points SET target_heading = 510 WHERE zone = 'fallen' AND version = 0 AND number = 32 AND id = 2055 AND target_heading = 255; +UPDATE zone_points SET target_heading = 255 WHERE zone = 'fallen' AND version = 0 AND number = 33 AND id = 2056 AND target_heading = 127.5; +UPDATE zone_points SET target_heading = 7.6 WHERE zone = 'feerrott2' AND version = 0 AND number = 0 AND id = 2057 AND target_heading = 3.8; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'feerrott2' AND version = 0 AND number = 15 AND id = 2058 AND target_heading = 0; +UPDATE zone_points SET target_heading = 255 WHERE zone = 'feerrott2' AND version = 0 AND number = 25 AND id = 2059 AND target_heading = 127.5; +UPDATE zone_points SET target_heading = 455 WHERE zone = 'feerrott2' AND version = 0 AND number = 30 AND id = 2060 AND target_heading = 227.5; +UPDATE zone_points SET target_heading = 1998 WHERE zone = 'feerrott2' AND version = 0 AND number = 40 AND id = 2061 AND target_heading = 999; +UPDATE zone_points SET target_heading = 1998 WHERE zone = 'feerrott2' AND version = 0 AND number = 100 AND id = 2062 AND target_heading = 999; +UPDATE zone_points SET target_heading = 255 WHERE zone = 'housegarden' AND version = 0 AND number = 1 AND id = 2063 AND target_heading = 127.5; +UPDATE zone_points SET target_heading = 1000000 WHERE zone = 'housegarden' AND version = 0 AND number = 10 AND id = 2064 AND target_heading = 500000; +UPDATE zone_points SET target_heading = 383 WHERE zone = 'miragulmare' AND version = 0 AND number = 31 AND id = 2065 AND target_heading = 191.5; +UPDATE zone_points SET target_heading = 257 WHERE zone = 'morellcastle' AND version = 0 AND number = 0 AND id = 2066 AND target_heading = 128.5; +UPDATE zone_points SET target_heading = 12 WHERE zone = 'morellcastle' AND version = 0 AND number = 10 AND id = 2067 AND target_heading = 6; +UPDATE zone_points SET target_heading = 104 WHERE zone = 'morellcastle' AND version = 0 AND number = 11 AND id = 2068 AND target_heading = 52; +UPDATE zone_points SET target_heading = 127 WHERE zone = 'morellcastle' AND version = 0 AND number = 30 AND id = 2069 AND target_heading = 63.5; +UPDATE zone_points SET target_heading = 127 WHERE zone = 'morellcastle' AND version = 0 AND number = 40 AND id = 2070 AND target_heading = 63.5; +UPDATE zone_points SET target_heading = 8 WHERE zone = 'somnium' AND version = 0 AND number = 0 AND id = 2071 AND target_heading = 4; +UPDATE zone_points SET target_heading = 326 WHERE zone = 'somnium' AND version = 0 AND number = 10 AND id = 2072 AND target_heading = 163; +UPDATE zone_points SET target_heading = 132 WHERE zone = 'somnium' AND version = 0 AND number = 20 AND id = 2073 AND target_heading = 66; +UPDATE zone_points SET target_heading = 384 WHERE zone = 'somnium' AND version = 0 AND number = 30 AND id = 2074 AND target_heading = 192; +UPDATE zone_points SET target_heading = 129 WHERE zone = 'somnium' AND version = 0 AND number = 100 AND id = 2075 AND target_heading = 64.5; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'thuledream' AND version = 0 AND number = 10 AND id = 2076 AND target_heading = 0; +UPDATE zone_points SET target_heading = 292 WHERE zone = 'thulehouse1' AND version = 0 AND number = 10 AND id = 2077 AND target_heading = 146; +UPDATE zone_points SET target_heading = 201 WHERE zone = 'thulehouse1' AND version = 0 AND number = 19 AND id = 2078 AND target_heading = 100.5; +UPDATE zone_points SET target_heading = 216 WHERE zone = 'thulehouse1' AND version = 0 AND number = 20 AND id = 2079 AND target_heading = 108; +UPDATE zone_points SET target_heading = 382 WHERE zone = 'thulehouse1' AND version = 0 AND number = 21 AND id = 2080 AND target_heading = 191; +UPDATE zone_points SET target_heading = 60 WHERE zone = 'thulehouse1' AND version = 0 AND number = 40 AND id = 2081 AND target_heading = 30; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'thulehouse1' AND version = 0 AND number = 41 AND id = 2082 AND target_heading = 231; +UPDATE zone_points SET target_heading = 511 WHERE zone = 'thulehouse1' AND version = 0 AND number = 51 AND id = 2083 AND target_heading = 255.5; +UPDATE zone_points SET target_heading = 54 WHERE zone = 'thulehouse2' AND version = 0 AND number = 10 AND id = 2084 AND target_heading = 27; +UPDATE zone_points SET target_heading = 54 WHERE zone = 'thulehouse2' AND version = 0 AND number = 20 AND id = 2085 AND target_heading = 27; +UPDATE zone_points SET target_heading = 54 WHERE zone = 'thulehouse2' AND version = 0 AND number = 30 AND id = 2086 AND target_heading = 27; +UPDATE zone_points SET target_heading = 128 WHERE zone = 'thulehouse2' AND version = 0 AND number = 51 AND id = 2087 AND target_heading = 64; +UPDATE zone_points SET target_heading = 440 WHERE zone = 'thulehouse2' AND version = 0 AND number = 61 AND id = 2088 AND target_heading = 220; +UPDATE zone_points SET target_heading = 82 WHERE zone = 'thulehouse2' AND version = 0 AND number = 72 AND id = 2089 AND target_heading = 41; +UPDATE zone_points SET target_heading = 498 WHERE zone = 'thulehouse2' AND version = 0 AND number = 82 AND id = 2090 AND target_heading = 249; +UPDATE zone_points SET target_heading = 383 WHERE zone = 'thulelibrary' AND version = 0 AND number = 11 AND id = 2091 AND target_heading = 191.5; +UPDATE zone_points SET target_heading = 23 WHERE zone = 'solteris' AND version = 0 AND number = 80 AND id = 2092 AND target_heading = 11.5; +UPDATE zone_points SET target_heading = 192 WHERE zone = 'discordtower' AND version = 0 AND number = 1 AND id = 2093 AND target_heading = 96; +UPDATE zone_points SET target_heading = 128 WHERE zone = 'natimbi' AND version = 0 AND number = 10 AND id = 2094 AND target_heading = 64; +UPDATE zone_points SET target_heading = 163 WHERE zone = 'argath' AND version = 0 AND number = 10 AND id = 2095 AND target_heading = 81.5; +UPDATE zone_points SET target_heading = 65 WHERE zone = 'argath' AND version = 0 AND number = 20 AND id = 2096 AND target_heading = 32.5; +UPDATE zone_points SET target_heading = 115 WHERE zone = 'arelis' AND version = 0 AND number = 10 AND id = 2097 AND target_heading = 57.5; +UPDATE zone_points SET target_heading = 35 WHERE zone = 'arelis' AND version = 0 AND number = 20 AND id = 2098 AND target_heading = 17.5; +UPDATE zone_points SET target_heading = 47 WHERE zone = 'arelis' AND version = 0 AND number = 40 AND id = 2099 AND target_heading = 23.5; +UPDATE zone_points SET target_heading = 190 WHERE zone = 'beastdomain' AND version = 0 AND number = 10 AND id = 2100 AND target_heading = 95; +UPDATE zone_points SET target_heading = 100 WHERE zone = 'resplendent' AND version = 0 AND number = 10 AND id = 2101 AND target_heading = 50; +UPDATE zone_points SET target_heading = 510 WHERE zone = 'resplendent' AND version = 0 AND number = 20 AND id = 2102 AND target_heading = 255; +UPDATE zone_points SET target_heading = 137 WHERE zone = 'resplendent' AND version = 0 AND number = 30 AND id = 2103 AND target_heading = 68.5; +UPDATE zone_points SET target_heading = 180 WHERE zone = 'resplendent' AND version = 0 AND number = 40 AND id = 2104 AND target_heading = 90; +UPDATE zone_points SET target_heading = 47 WHERE zone = 'sarithcity' AND version = 0 AND number = 10 AND id = 2105 AND target_heading = 23.5; +UPDATE zone_points SET target_heading = 5 WHERE zone = 'sarithcity' AND version = 0 AND number = 20 AND id = 2106 AND target_heading = 2.5; +UPDATE zone_points SET target_heading = 65 WHERE zone = 'sarithcity' AND version = 0 AND number = 30 AND id = 2107 AND target_heading = 32.5; +UPDATE zone_points SET target_heading = 330 WHERE zone = 'sarithcity' AND version = 0 AND number = 40 AND id = 2108 AND target_heading = 165; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'cityofbronze' AND version = 0 AND number = 10 AND id = 2109 AND target_heading = 0; +UPDATE zone_points SET target_heading = 397 WHERE zone = 'cityofbronze' AND version = 0 AND number = 20 AND id = 2110 AND target_heading = 198.5; +UPDATE zone_points SET target_heading = 230 WHERE zone = 'cityofbronze' AND version = 0 AND number = 30 AND id = 2111 AND target_heading = 115; +UPDATE zone_points SET target_heading = 127.1 WHERE zone = 'sepulcher' AND version = 0 AND number = 10 AND id = 2112 AND target_heading = 63.55; +UPDATE zone_points SET target_heading = 382.09 WHERE zone = 'sepulcher' AND version = 0 AND number = 20 AND id = 2113 AND target_heading = 191.045; +UPDATE zone_points SET target_heading = 300.12 WHERE zone = 'sepulcher' AND version = 0 AND number = 30 AND id = 2114 AND target_heading = 150.06; +UPDATE zone_points SET target_heading = 511.25 WHERE zone = 'sepulcher' AND version = 0 AND number = 40 AND id = 2115 AND target_heading = 255.625; +UPDATE zone_points SET target_heading = 317.54 WHERE zone = 'sepulcher' AND version = 0 AND number = 50 AND id = 2116 AND target_heading = 158.77; +UPDATE zone_points SET target_heading = 124.43 WHERE zone = 'sepulcher' AND version = 0 AND number = 60 AND id = 2117 AND target_heading = 62.215; +UPDATE zone_points SET target_heading = 129.45 WHERE zone = 'sepulcher' AND version = 0 AND number = 70 AND id = 2118 AND target_heading = 64.725; +UPDATE zone_points SET target_heading = 511.72 WHERE zone = 'sepulcher' AND version = 0 AND number = 80 AND id = 2119 AND target_heading = 255.86; +UPDATE zone_points SET target_heading = 193.78 WHERE zone = 'sepulcher' AND version = 0 AND number = 90 AND id = 2120 AND target_heading = 96.89; +UPDATE zone_points SET target_heading = 170 WHERE zone = 'pillarsalra' AND version = 0 AND number = 1 AND id = 2121 AND target_heading = 85; +UPDATE zone_points SET target_heading = 245 WHERE zone = 'pillarsalra' AND version = 0 AND number = 2 AND id = 2122 AND target_heading = 122.5; +UPDATE zone_points SET target_heading = 182 WHERE zone = 'pillarsalra' AND version = 0 AND number = 3 AND id = 2123 AND target_heading = 91; +UPDATE zone_points SET target_heading = 273 WHERE zone = 'pillarsalra' AND version = 0 AND number = 4 AND id = 2124 AND target_heading = 136.5; +UPDATE zone_points SET target_heading = 42 WHERE zone = 'pillarsalra' AND version = 0 AND number = 5 AND id = 2125 AND target_heading = 21; +UPDATE zone_points SET target_heading = 1000000 WHERE zone = 'pillarsalra' AND version = 0 AND number = 6 AND id = 2126 AND target_heading = 500000; +UPDATE zone_points SET target_heading = 410 WHERE zone = 'pillarsalra' AND version = 0 AND number = 7 AND id = 2127 AND target_heading = 205; +UPDATE zone_points SET target_heading = 1000000 WHERE zone = 'pillarsalra' AND version = 0 AND number = 8 AND id = 2128 AND target_heading = 500000; +UPDATE zone_points SET target_heading = 1000000 WHERE zone = 'pillarsalra' AND version = 0 AND number = 9 AND id = 2129 AND target_heading = 500000; +UPDATE zone_points SET target_heading = 122 WHERE zone = 'pillarsalra' AND version = 0 AND number = 10 AND id = 2130 AND target_heading = 61; +UPDATE zone_points SET target_heading = 1000000 WHERE zone = 'pillarsalra' AND version = 0 AND number = 11 AND id = 2131 AND target_heading = 500000; +UPDATE zone_points SET target_heading = 1000000 WHERE zone = 'pillarsalra' AND version = 0 AND number = 12 AND id = 2132 AND target_heading = 500000; +UPDATE zone_points SET target_heading = 1000000 WHERE zone = 'pillarsalra' AND version = 0 AND number = 13 AND id = 2133 AND target_heading = 500000; +UPDATE zone_points SET target_heading = 1000000 WHERE zone = 'pillarsalra' AND version = 0 AND number = 14 AND id = 2134 AND target_heading = 500000; +UPDATE zone_points SET target_heading = 1000000 WHERE zone = 'pillarsalra' AND version = 0 AND number = 15 AND id = 2135 AND target_heading = 500000; +UPDATE zone_points SET target_heading = 277 WHERE zone = 'pillarsalra' AND version = 0 AND number = 20 AND id = 2136 AND target_heading = 138.5; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'windsong' AND version = 0 AND number = 11 AND id = 2137 AND target_heading = 0; +UPDATE zone_points SET target_heading = 1000000 WHERE zone = 'windsong' AND version = 0 AND number = 100 AND id = 2138 AND target_heading = 500000; +UPDATE zone_points SET target_heading = 255.54 WHERE zone = 'eastsepulcher' AND version = 0 AND number = 10 AND id = 2139 AND target_heading = 127.77; +UPDATE zone_points SET target_heading = 128.92 WHERE zone = 'eastsepulcher' AND version = 0 AND number = 20 AND id = 2140 AND target_heading = 64.46; +UPDATE zone_points SET target_heading = 64.22 WHERE zone = 'eastsepulcher' AND version = 0 AND number = 30 AND id = 2141 AND target_heading = 32.11; +UPDATE zone_points SET target_heading = 126.99 WHERE zone = 'eastsepulcher' AND version = 0 AND number = 40 AND id = 2142 AND target_heading = 63.495; +UPDATE zone_points SET target_heading = 168.79 WHERE zone = 'eastsepulcher' AND version = 0 AND number = 50 AND id = 2143 AND target_heading = 84.395; +UPDATE zone_points SET target_heading = 490.31 WHERE zone = 'eastsepulcher' AND version = 0 AND number = 60 AND id = 2144 AND target_heading = 245.155; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'westsepulcher' AND version = 0 AND number = 0 AND id = 2145 AND target_heading = 128; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'westsepulcher' AND version = 0 AND number = 10 AND id = 2146 AND target_heading = 128; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'westsepulcher' AND version = 0 AND number = 20 AND id = 2147 AND target_heading = 128; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'westsepulcher' AND version = 0 AND number = 30 AND id = 2148 AND target_heading = 128; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'westsepulcher' AND version = 0 AND number = 40 AND id = 2149 AND target_heading = 0; +UPDATE zone_points SET target_heading = 126 WHERE zone = 'westsepulcher' AND version = 0 AND number = 50 AND id = 2150 AND target_heading = 63; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'westsepulcher' AND version = 0 AND number = 60 AND id = 2151 AND target_heading = 128; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'westsepulcher' AND version = 0 AND number = 70 AND id = 2152 AND target_heading = 0; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'westsepulcher' AND version = 0 AND number = 80 AND id = 2153 AND target_heading = 128; +UPDATE zone_points SET target_heading = 126 WHERE zone = 'westsepulcher' AND version = 0 AND number = 90 AND id = 2154 AND target_heading = 63; +UPDATE zone_points SET target_heading = 383 WHERE zone = 'westsepulcher' AND version = 0 AND number = 100 AND id = 2155 AND target_heading = 191.5; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'westsepulcher' AND version = 0 AND number = 110 AND id = 2156 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'westsepulcher' AND version = 0 AND number = 120 AND id = 2157 AND target_heading = 0; +UPDATE zone_points SET target_heading = 383 WHERE zone = 'westsepulcher' AND version = 0 AND number = 130 AND id = 2158 AND target_heading = 191.5; +UPDATE zone_points SET target_heading = 383 WHERE zone = 'westsepulcher' AND version = 0 AND number = 140 AND id = 2159 AND target_heading = 191.5; +UPDATE zone_points SET target_heading = 383 WHERE zone = 'westsepulcher' AND version = 0 AND number = 150 AND id = 2160 AND target_heading = 191.5; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'westsepulcher' AND version = 0 AND number = 160 AND id = 2161 AND target_heading = 128; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'westsepulcher' AND version = 0 AND number = 170 AND id = 2162 AND target_heading = 0; +UPDATE zone_points SET target_heading = 126 WHERE zone = 'westsepulcher' AND version = 0 AND number = 180 AND id = 2163 AND target_heading = 63; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'westsepulcher' AND version = 0 AND number = 190 AND id = 2164 AND target_heading = 128; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'westsepulcher' AND version = 0 AND number = 200 AND id = 2165 AND target_heading = 0; +UPDATE zone_points SET target_heading = 383 WHERE zone = 'westsepulcher' AND version = 0 AND number = 210 AND id = 2166 AND target_heading = 191.5; +UPDATE zone_points SET target_heading = 383 WHERE zone = 'westsepulcher' AND version = 0 AND number = 220 AND id = 2167 AND target_heading = 191.5; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'westsepulcher' AND version = 0 AND number = 230 AND id = 2168 AND target_heading = 0; +UPDATE zone_points SET target_heading = 383 WHERE zone = 'westsepulcher' AND version = 0 AND number = 240 AND id = 2169 AND target_heading = 191.5; +UPDATE zone_points SET target_heading = 383 WHERE zone = 'westsepulcher' AND version = 0 AND number = 250 AND id = 2170 AND target_heading = 191.5; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'westsepulcher' AND version = 0 AND number = 260 AND id = 2171 AND target_heading = 128; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'westsepulcher' AND version = 0 AND number = 270 AND id = 2172 AND target_heading = 128; +UPDATE zone_points SET target_heading = 383 WHERE zone = 'westsepulcher' AND version = 0 AND number = 280 AND id = 2173 AND target_heading = 191.5; +UPDATE zone_points SET target_heading = 383 WHERE zone = 'westsepulcher' AND version = 0 AND number = 290 AND id = 2174 AND target_heading = 191.5; +UPDATE zone_points SET target_heading = 126 WHERE zone = 'westsepulcher' AND version = 0 AND number = 300 AND id = 2175 AND target_heading = 63; +UPDATE zone_points SET target_heading = 383 WHERE zone = 'westsepulcher' AND version = 0 AND number = 310 AND id = 2176 AND target_heading = 191.5; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'westsepulcher' AND version = 0 AND number = 320 AND id = 2177 AND target_heading = 0; +UPDATE zone_points SET target_heading = 383 WHERE zone = 'westsepulcher' AND version = 0 AND number = 330 AND id = 2178 AND target_heading = 191.5; +UPDATE zone_points SET target_heading = 126 WHERE zone = 'westsepulcher' AND version = 0 AND number = 340 AND id = 2179 AND target_heading = 63; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'westsepulcher' AND version = 0 AND number = 350 AND id = 2180 AND target_heading = 0; +UPDATE zone_points SET target_heading = 383 WHERE zone = 'westsepulcher' AND version = 0 AND number = 360 AND id = 2181 AND target_heading = 191.5; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'westsepulcher' AND version = 0 AND number = 370 AND id = 2182 AND target_heading = 128; +UPDATE zone_points SET target_heading = 126 WHERE zone = 'westsepulcher' AND version = 0 AND number = 380 AND id = 2183 AND target_heading = 63; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'westsepulcher' AND version = 0 AND number = 390 AND id = 2184 AND target_heading = 128; +UPDATE zone_points SET target_heading = 126 WHERE zone = 'westsepulcher' AND version = 0 AND number = 400 AND id = 2185 AND target_heading = 63; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'westsepulcher' AND version = 0 AND number = 410 AND id = 2186 AND target_heading = 0; +UPDATE zone_points SET target_heading = 126 WHERE zone = 'westsepulcher' AND version = 0 AND number = 420 AND id = 2187 AND target_heading = 63; +UPDATE zone_points SET target_heading = 383 WHERE zone = 'westsepulcher' AND version = 0 AND number = 430 AND id = 2188 AND target_heading = 191.5; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'westsepulcher' AND version = 0 AND number = 440 AND id = 2189 AND target_heading = 0; +UPDATE zone_points SET target_heading = 126 WHERE zone = 'westsepulcher' AND version = 0 AND number = 450 AND id = 2190 AND target_heading = 63; +UPDATE zone_points SET target_heading = 126 WHERE zone = 'westsepulcher' AND version = 0 AND number = 460 AND id = 2191 AND target_heading = 63; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'westsepulcher' AND version = 0 AND number = 470 AND id = 2192 AND target_heading = 0; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'westsepulcher' AND version = 0 AND number = 480 AND id = 2193 AND target_heading = 128; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'westsepulcher' AND version = 0 AND number = 490 AND id = 2194 AND target_heading = 128; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'westsepulcher' AND version = 0 AND number = 500 AND id = 2195 AND target_heading = 128; +UPDATE zone_points SET target_heading = 383 WHERE zone = 'westsepulcher' AND version = 0 AND number = 510 AND id = 2196 AND target_heading = 191.5; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'westsepulcher' AND version = 0 AND number = 520 AND id = 2197 AND target_heading = 0; +UPDATE zone_points SET target_heading = 383 WHERE zone = 'westsepulcher' AND version = 0 AND number = 530 AND id = 2198 AND target_heading = 191.5; +UPDATE zone_points SET target_heading = 126 WHERE zone = 'westsepulcher' AND version = 0 AND number = 540 AND id = 2199 AND target_heading = 63; +UPDATE zone_points SET target_heading = 126 WHERE zone = 'westsepulcher' AND version = 0 AND number = 550 AND id = 2200 AND target_heading = 63; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'westsepulcher' AND version = 0 AND number = 560 AND id = 2201 AND target_heading = 0; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'westsepulcher' AND version = 0 AND number = 570 AND id = 2202 AND target_heading = 128; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'westsepulcher' AND version = 0 AND number = 580 AND id = 2203 AND target_heading = 0; +UPDATE zone_points SET target_heading = 126 WHERE zone = 'westsepulcher' AND version = 0 AND number = 590 AND id = 2204 AND target_heading = 63; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'westsepulcher' AND version = 0 AND number = 600 AND id = 2205 AND target_heading = 0; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'westsepulcher' AND version = 0 AND number = 610 AND id = 2206 AND target_heading = 128; +UPDATE zone_points SET target_heading = 126 WHERE zone = 'westsepulcher' AND version = 0 AND number = 620 AND id = 2207 AND target_heading = 63; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'westsepulcher' AND version = 0 AND number = 630 AND id = 2208 AND target_heading = 0; +UPDATE zone_points SET target_heading = 385.03 WHERE zone = 'westsepulcher' AND version = 0 AND number = 640 AND id = 2209 AND target_heading = 192.515; +UPDATE zone_points SET target_heading = 381.19 WHERE zone = 'westsepulcher' AND version = 0 AND number = 650 AND id = 2210 AND target_heading = 190.595; +UPDATE zone_points SET target_heading = 252.44 WHERE zone = 'westsepulcher' AND version = 0 AND number = 660 AND id = 2211 AND target_heading = 126.22; +UPDATE zone_points SET target_heading = 370.49 WHERE zone = 'westsepulcher' AND version = 0 AND number = 670 AND id = 2212 AND target_heading = 185.245; +UPDATE zone_points SET target_heading = 448.26 WHERE zone = 'westsepulcher' AND version = 0 AND number = 690 AND id = 2213 AND target_heading = 224.13; +UPDATE zone_points SET target_heading = 317.24 WHERE zone = 'westsepulcher' AND version = 0 AND number = 710 AND id = 2214 AND target_heading = 158.62; +UPDATE zone_points SET target_heading = 1998 WHERE zone = 'bazaar' AND version = 1 AND number = 1 AND id = 2215 AND target_heading = 999; +UPDATE zone_points SET target_heading = 1998 WHERE zone = 'bazaar' AND version = 1 AND number = 2 AND id = 2216 AND target_heading = 999; +UPDATE zone_points SET target_heading = 1998 WHERE zone = 'bazaar' AND version = 1 AND number = 3 AND id = 2217 AND target_heading = 999; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'nexus' AND version = 0 AND number = 4 AND id = 2218 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'shadowhaven' AND version = 0 AND number = 8 AND id = 2219 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'shadowhaven' AND version = 0 AND number = 9 AND id = 2220 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'paineel' AND version = 0 AND number = 15 AND id = 2243 AND target_heading = 0; +UPDATE zone_points SET target_heading = 65 WHERE zone = 'brellstemple' AND version = 0 AND number = 10 AND id = 2244 AND target_heading = 32.5; +UPDATE zone_points SET target_heading = 1000000 WHERE zone = 'lichencreep' AND version = 0 AND number = 40 AND id = 2245 AND target_heading = 500000; +UPDATE zone_points SET target_heading = 1000000 WHERE zone = 'lichencreep' AND version = 0 AND number = 50 AND id = 2246 AND target_heading = 500000; +UPDATE zone_points SET target_heading = 1000000 WHERE zone = 'lichencreep' AND version = 0 AND number = 60 AND id = 2247 AND target_heading = 500000; +UPDATE zone_points SET target_heading = 1000000 WHERE zone = 'lichencreep' AND version = 0 AND number = 70 AND id = 2248 AND target_heading = 500000; +UPDATE zone_points SET target_heading = 1000000 WHERE zone = 'lichencreep' AND version = 0 AND number = 80 AND id = 2249 AND target_heading = 500000; +UPDATE zone_points SET target_heading = 1000000 WHERE zone = 'lichencreep' AND version = 0 AND number = 90 AND id = 2250 AND target_heading = 500000; +UPDATE zone_points SET target_heading = 1000000 WHERE zone = 'lichencreep' AND version = 0 AND number = 100 AND id = 2251 AND target_heading = 500000; +UPDATE zone_points SET target_heading = 1000000 WHERE zone = 'lichencreep' AND version = 0 AND number = 110 AND id = 2252 AND target_heading = 500000; +UPDATE zone_points SET target_heading = 1000000 WHERE zone = 'lichencreep' AND version = 0 AND number = 120 AND id = 2253 AND target_heading = 500000; +UPDATE zone_points SET target_heading = 1000000 WHERE zone = 'lichencreep' AND version = 0 AND number = 130 AND id = 2254 AND target_heading = 500000; +UPDATE zone_points SET target_heading = 1000000 WHERE zone = 'lichencreep' AND version = 0 AND number = 140 AND id = 2255 AND target_heading = 500000; +UPDATE zone_points SET target_heading = 1000000 WHERE zone = 'lichencreep' AND version = 0 AND number = 150 AND id = 2256 AND target_heading = 500000; +UPDATE zone_points SET target_heading = 1000000 WHERE zone = 'lichencreep' AND version = 0 AND number = 160 AND id = 2257 AND target_heading = 500000; +UPDATE zone_points SET target_heading = 1000000 WHERE zone = 'lichencreep' AND version = 0 AND number = 170 AND id = 2258 AND target_heading = 500000; +UPDATE zone_points SET target_heading = 1000000 WHERE zone = 'lichencreep' AND version = 0 AND number = 180 AND id = 2259 AND target_heading = 500000; +UPDATE zone_points SET target_heading = 1000000 WHERE zone = 'lichencreep' AND version = 0 AND number = 190 AND id = 2260 AND target_heading = 500000; +UPDATE zone_points SET target_heading = 385 WHERE zone = 'shiningcity' AND version = 0 AND number = 10 AND id = 2261 AND target_heading = 192.5; +UPDATE zone_points SET target_heading = 250 WHERE zone = 'skyshrine' AND version = 1 AND number = 1 AND id = 2262 AND target_heading = 125; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'skyshrine' AND version = 1 AND number = 2 AND id = 2263 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'skyshrine' AND version = 1 AND number = 3 AND id = 2264 AND target_heading = 0; +UPDATE zone_points SET target_heading = 500 WHERE zone = 'skyshrine' AND version = 1 AND number = 4 AND id = 2265 AND target_heading = 250; +UPDATE zone_points SET target_heading = 500 WHERE zone = 'skyshrine' AND version = 1 AND number = 5 AND id = 2266 AND target_heading = 250; +UPDATE zone_points SET target_heading = 500 WHERE zone = 'skyshrine' AND version = 1 AND number = 6 AND id = 2267 AND target_heading = 250; +UPDATE zone_points SET target_heading = 250 WHERE zone = 'skyshrine' AND version = 1 AND number = 7 AND id = 2268 AND target_heading = 125; +UPDATE zone_points SET target_heading = 250 WHERE zone = 'skyshrine' AND version = 1 AND number = 8 AND id = 2269 AND target_heading = 125; +UPDATE zone_points SET target_heading = 0.2 WHERE zone = 'skyshrine' AND version = 1 AND number = 9 AND id = 2270 AND target_heading = 0.1; +UPDATE zone_points SET target_heading = 500 WHERE zone = 'skyshrine' AND version = 1 AND number = 10 AND id = 2271 AND target_heading = 250; +UPDATE zone_points SET target_heading = 500 WHERE zone = 'skyshrine' AND version = 1 AND number = 11 AND id = 2272 AND target_heading = 250; +UPDATE zone_points SET target_heading = 250 WHERE zone = 'skyshrine' AND version = 1 AND number = 12 AND id = 2273 AND target_heading = 125; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'skyshrine' AND version = 1 AND number = 13 AND id = 2274 AND target_heading = 0; +UPDATE zone_points SET target_heading = 500 WHERE zone = 'skyshrine' AND version = 1 AND number = 14 AND id = 2275 AND target_heading = 250; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'skyshrine' AND version = 1 AND number = 15 AND id = 2276 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'skyshrine' AND version = 1 AND number = 16 AND id = 2277 AND target_heading = 0; +UPDATE zone_points SET target_heading = 500 WHERE zone = 'skyshrine' AND version = 1 AND number = 17 AND id = 2278 AND target_heading = 250; +UPDATE zone_points SET target_heading = 258 WHERE zone = 'skyshrine' AND version = 1 AND number = 18 AND id = 2279 AND target_heading = 129; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'skyshrine' AND version = 1 AND number = 19 AND id = 2280 AND target_heading = 0; +UPDATE zone_points SET target_heading = 500 WHERE zone = 'skyshrine' AND version = 1 AND number = 20 AND id = 2281 AND target_heading = 250; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'skyshrine' AND version = 1 AND number = 21 AND id = 2282 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'skyshrine' AND version = 1 AND number = 22 AND id = 2283 AND target_heading = 0; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'skyshrine' AND version = 1 AND number = 23 AND id = 2284 AND target_heading = 231; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'skyshrine' AND version = 1 AND number = 24 AND id = 2285 AND target_heading = 0; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'skyshrine' AND version = 1 AND number = 30 AND id = 2286 AND target_heading = 231; +UPDATE zone_points SET target_heading = 10 WHERE zone = 'skyshrine' AND version = 1 AND number = 40 AND id = 2287 AND target_heading = 5; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'skyshrine' AND version = 1 AND number = 41 AND id = 2288 AND target_heading = 231; +UPDATE zone_points SET target_heading = 258 WHERE zone = 'skyshrine' AND version = 1 AND number = 42 AND id = 2289 AND target_heading = 129; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'skyshrine' AND version = 1 AND number = 43 AND id = 2290 AND target_heading = 231; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'skyshrine' AND version = 1 AND number = 44 AND id = 2291 AND target_heading = 231; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'skyshrine' AND version = 1 AND number = 45 AND id = 2292 AND target_heading = 0; +UPDATE zone_points SET target_heading = 462 WHERE zone = 'skyshrine' AND version = 1 AND number = 46 AND id = 2293 AND target_heading = 231; +UPDATE zone_points SET target_heading = 508 WHERE zone = 'skyshrine' AND version = 1 AND number = 50 AND id = 2294 AND target_heading = 254; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'kurn' AND version = 0 AND number = 3 AND id = 2295 AND target_heading = 0; +UPDATE zone_points SET target_heading = 485 WHERE zone = 'breedinggrounds' AND version = 0 AND number = 101 AND id = 2296 AND target_heading = 242.5; +UPDATE zone_points SET target_heading = 508 WHERE zone = 'breedinggrounds' AND version = 0 AND number = 102 AND id = 2297 AND target_heading = 254; +UPDATE zone_points SET target_heading = 312 WHERE zone = 'chapterhouse' AND version = 0 AND number = 101 AND id = 2298 AND target_heading = 156; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'chapterhouse' AND version = 0 AND number = 1183 AND id = 2299 AND target_heading = 0; +UPDATE zone_points SET target_heading = 505 WHERE zone = 'crystalshard' AND version = 0 AND number = 1 AND id = 2300 AND target_heading = 252.5; +UPDATE zone_points SET target_heading = 372 WHERE zone = 'crystalshard' AND version = 0 AND number = 2 AND id = 2301 AND target_heading = 186; +UPDATE zone_points SET target_heading = 1998 WHERE zone = 'eastwastesshard' AND version = 0 AND number = 1 AND id = 2302 AND target_heading = 999; +UPDATE zone_points SET target_heading = 128 WHERE zone = 'eastwastesshard' AND version = 0 AND number = 2 AND id = 2303 AND target_heading = 64; +UPDATE zone_points SET target_heading = 1998 WHERE zone = 'eastwastesshard' AND version = 0 AND number = 3 AND id = 2304 AND target_heading = 999; +UPDATE zone_points SET target_heading = 384 WHERE zone = 'eastwastesshard' AND version = 0 AND number = 5 AND id = 2305 AND target_heading = 192; +UPDATE zone_points SET target_heading = 384 WHERE zone = 'eastwastesshard' AND version = 0 AND number = 5 AND id = 2306 AND target_heading = 192; +UPDATE zone_points SET target_heading = 128 WHERE zone = 'eastwastesshard' AND version = 0 AND number = 13 AND id = 2307 AND target_heading = 64; +UPDATE zone_points SET target_heading = 426 WHERE zone = 'eastwastesshard' AND version = 0 AND number = 101 AND id = 2308 AND target_heading = 213; +UPDATE zone_points SET target_heading = 15 WHERE zone = 'eastwastesshard' AND version = 0 AND number = 1181 AND id = 2309 AND target_heading = 7.5; +UPDATE zone_points SET target_heading = 255 WHERE zone = 'eviltree' AND version = 0 AND number = 20 AND id = 2310 AND target_heading = 127.5; +UPDATE zone_points SET target_heading = 220 WHERE zone = 'eviltree' AND version = 0 AND number = 30 AND id = 2311 AND target_heading = 110; +UPDATE zone_points SET target_heading = 268 WHERE zone = 'eviltree' AND version = 0 AND number = 40 AND id = 2312 AND target_heading = 134; +UPDATE zone_points SET target_heading = 145 WHERE zone = 'eviltree' AND version = 0 AND number = 101 AND id = 2313 AND target_heading = 72.5; +UPDATE zone_points SET target_heading = 427 WHERE zone = 'eviltree' AND version = 0 AND number = 1182 AND id = 2314 AND target_heading = 213.5; +UPDATE zone_points SET target_heading = 314 WHERE zone = 'grelleth' AND version = 0 AND number = 51 AND id = 2315 AND target_heading = 157; +UPDATE zone_points SET target_heading = 75 WHERE zone = 'grelleth' AND version = 0 AND number = 52 AND id = 2316 AND target_heading = 37.5; +UPDATE zone_points SET target_heading = 86 WHERE zone = 'grelleth' AND version = 0 AND number = 101 AND id = 2317 AND target_heading = 43; +UPDATE zone_points SET target_heading = 382 WHERE zone = 'kaelshard' AND version = 0 AND number = 2 AND id = 2318 AND target_heading = 191; +UPDATE zone_points SET target_heading = 210 WHERE zone = 'shardslanding' AND version = 0 AND number = 10 AND id = 2319 AND target_heading = 105; +UPDATE zone_points SET target_heading = 128 WHERE zone = 'shardslanding' AND version = 0 AND number = 101 AND id = 2320 AND target_heading = 64; +UPDATE zone_points SET target_heading = 507 WHERE zone = 'shardslanding' AND version = 0 AND number = 102 AND id = 2321 AND target_heading = 253.5; +UPDATE zone_points SET target_heading = 29 WHERE zone = 'shardslanding' AND version = 0 AND number = 103 AND id = 2322 AND target_heading = 14.5; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'shardslanding' AND version = 0 AND number = 104 AND id = 2323 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'shardslanding' AND version = 0 AND number = 105 AND id = 2324 AND target_heading = 0; +UPDATE zone_points SET target_heading = 66 WHERE zone = 'shardslanding' AND version = 0 AND number = 106 AND id = 2325 AND target_heading = 33; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'shardslanding' AND version = 0 AND number = 107 AND id = 2326 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'shardslanding' AND version = 0 AND number = 108 AND id = 2327 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'shardslanding' AND version = 0 AND number = 109 AND id = 2328 AND target_heading = 0; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'shardslanding' AND version = 0 AND number = 110 AND id = 2329 AND target_heading = 0; +UPDATE zone_points SET target_heading = 250 WHERE zone = 'shardslanding' AND version = 0 AND number = 111 AND id = 2330 AND target_heading = 125; +UPDATE zone_points SET target_heading = 34 WHERE zone = 'shardslanding' AND version = 0 AND number = 112 AND id = 2331 AND target_heading = 17; +UPDATE zone_points SET target_heading = 200 WHERE zone = 'shardslanding' AND version = 0 AND number = 113 AND id = 2332 AND target_heading = 100; +UPDATE zone_points SET target_heading = 200 WHERE zone = 'shardslanding' AND version = 0 AND number = 114 AND id = 2333 AND target_heading = 100; +UPDATE zone_points SET target_heading = 366 WHERE zone = 'xorbb' AND version = 0 AND number = 101 AND id = 2334 AND target_heading = 183; +UPDATE zone_points SET target_heading = 321 WHERE zone = 'xorbb' AND version = 0 AND number = 2935 AND id = 2335 AND target_heading = 160.5; +UPDATE zone_points SET target_heading = 1998 WHERE zone = 'runnyeye' AND version = 0 AND number = 2 AND id = 2336 AND target_heading = 999; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'rivervale' AND version = 0 AND number = 99 AND id = 2337 AND target_heading = 0; +UPDATE zone_points SET target_heading = 203 WHERE zone = 'nektulos' AND version = 1 AND number = 30 AND id = 2339 AND target_heading = 101.5; +UPDATE zone_points SET target_heading = 273 WHERE zone = 'kithicor' AND version = 0 AND number = 3 AND id = 2340 AND target_heading = 136.5; +UPDATE zone_points SET target_heading = 225 WHERE zone = 'grobb' AND version = 0 AND number = 1 AND id = 2341 AND target_heading = 112.5; +UPDATE zone_points SET target_heading = 508 WHERE zone = 'guktop' AND version = 0 AND number = 6 AND id = 2342 AND target_heading = 254; +UPDATE zone_points SET target_heading = 455 WHERE zone = 'feerrott' AND version = 0 AND number = 1 AND id = 2343 AND target_heading = 227.5; +UPDATE zone_points SET target_heading = 509 WHERE zone = 'paineel' AND version = 0 AND number = 1 AND id = 2344 AND target_heading = 254.5; +UPDATE zone_points SET target_heading = 1998 WHERE zone = 'erudnext' AND version = 0 AND number = 3 AND id = 2345 AND target_heading = 999; +UPDATE zone_points SET target_heading = 128 WHERE zone = 'akanon' AND version = 0 AND number = 1000 AND id = 2346 AND target_heading = 64; +UPDATE zone_points SET target_heading = 415 WHERE zone = 'lfaydark' AND version = 0 AND number = 1 AND id = 2347 AND target_heading = 207.5; +UPDATE zone_points SET target_heading = 495 WHERE zone = 'befallen' AND version = 0 AND number = 1 AND id = 2348 AND target_heading = 247.5; +UPDATE zone_points SET target_heading = 1998 WHERE zone = 'paw' AND version = 0 AND number = 1 AND id = 2349 AND target_heading = 999; +UPDATE zone_points SET target_heading = 0 WHERE zone = 'ecommons' AND version = 0 AND number = 2 AND id = 2350 AND target_heading = 0; +UPDATE zone_points SET target_heading = 260 WHERE zone = 'vexthal' AND version = 0 AND number = 6 AND id = 2351 AND target_heading = 130; +UPDATE zone_points SET target_heading = 2 WHERE zone = 'vexthal' AND version = 0 AND number = 35 AND id = 2352 AND target_heading = 1; +UPDATE zone_points SET target_heading = 516 WHERE zone = 'vexthal' AND version = 0 AND number = 36 AND id = 2353 AND target_heading = 258; +UPDATE zone_points SET target_heading = 526 WHERE zone = 'vexthal' AND version = 0 AND number = 37 AND id = 2354 AND target_heading = 263; +UPDATE zone_points SET target_heading = 1016 WHERE zone = 'vexthal' AND version = 0 AND number = 38 AND id = 2355 AND target_heading = 508; +UPDATE zone_points SET target_heading = 256 WHERE zone = 'vexthal' AND version = 0 AND number = 39 AND id = 2356 AND target_heading = 128; +UPDATE zone_points SET target_heading = 250 WHERE zone = 'vexthal' AND version = 0 AND number = 40 AND id = 2357 AND target_heading = 125; +UPDATE zone_points SET target_heading = 764 WHERE zone = 'vexthal' AND version = 0 AND number = 41 AND id = 2358 AND target_heading = 382; +UPDATE zone_points SET target_heading = 764 WHERE zone = 'vexthal' AND version = 0 AND number = 42 AND id = 2359 AND target_heading = 382; +UPDATE zone_points SET target_heading = 252 WHERE zone = 'vexthal' AND version = 0 AND number = 43 AND id = 2360 AND target_heading = 126; +UPDATE zone_points SET target_heading = 252 WHERE zone = 'vexthal' AND version = 0 AND number = 44 AND id = 2361 AND target_heading = 126; +UPDATE zone_points SET target_heading = 526 WHERE zone = 'vexthal' AND version = 0 AND number = 45 AND id = 2362 AND target_heading = 263; +UPDATE zone_points SET target_heading = 1016 WHERE zone = 'vexthal' AND version = 0 AND number = 46 AND id = 2363 AND target_heading = 508; +UPDATE zone_points SET target_heading = 764 WHERE zone = 'vexthal' AND version = 0 AND number = 48 AND id = 2364 AND target_heading = 382; +UPDATE zone_points SET target_heading = 764 WHERE zone = 'vexthal' AND version = 0 AND number = 49 AND id = 2365 AND target_heading = 382; +UPDATE zone_points SET target_heading = 506 WHERE zone = 'vexthal' AND version = 0 AND number = 47 AND id = 2366 AND target_heading = 253; + +UPDATE zone_points SET target_heading = 250 WHERE id = 473; -- qeynos (4) +UPDATE zone_points SET target_heading = 250 WHERE id = 477; -- qeynos2 (2) +UPDATE zone_points SET target_heading = 384 WHERE id = 478; -- qeynos2 (4) +UPDATE zone_points SET target_heading = 383 WHERE id = 482; -- qeynos2 (77) +UPDATE zone_points SET target_heading = 128 WHERE id = 538; -- qrg (7) +UPDATE zone_points SET target_heading = 258 WHERE id = 391; -- freportw (177) +UPDATE zone_points SET target_heading = 128 WHERE id = 14; -- commons (0) +UPDATE zone_points SET target_heading = 128 WHERE id = 615; -- greatdivide (0) +UPDATE zone_points SET target_heading = 128 WHERE id = 769; -- tox (0) +UPDATE zone_points SET target_heading = 340 WHERE id = 804; -- blackburrow (7) +UPDATE zone_points SET target_heading = 128 WHERE id = 14; -- commons (0) +UPDATE zone_points SET target_heading = 128 WHERE id = 615; -- greatdivide (0) +UPDATE zone_points SET target_heading = 128 WHERE id = 769; -- tox (0) +UPDATE zone_points SET target_heading = 506 WHERE id = 1476; -- nektulos (10) +UPDATE zone_points SET target_heading = 145 WHERE id = 1477; -- nektulos (20) +UPDATE zone_points SET target_heading = 256 WHERE id = 1479; -- nektulos (50) +UPDATE zone_points SET target_heading = 257 WHERE id = 1447; -- nektulos (77) +UPDATE zone_points SET target_heading = 257 WHERE id = 1480; -- nektulos (77) +UPDATE zone_points SET target_heading = 478 WHERE id = 1876; -- lavastorm (10) +UPDATE zone_points SET target_heading = 165 WHERE id = 1881; -- lavastorm (60) +UPDATE zone_points SET target_heading = 511 WHERE id = 594; -- everfrost (77) +UPDATE zone_points SET target_heading = 256 WHERE id = 1155; -- soldungb (9) +UPDATE zone_points SET target_heading = 322 WHERE id = 689; -- nro (4) +UPDATE zone_points SET target_heading = 384 WHERE id = 1240; -- hole (3) +UPDATE zone_points SET target_heading = 256 WHERE id = 1241; -- hole (4) +UPDATE zone_points SET target_heading = 384 WHERE id = 1242; -- hole (5) +UPDATE zone_points SET target_heading = 252 WHERE id = 420; -- neriakc (2) +UPDATE zone_points SET target_heading = 275 WHERE id = 490; -- qcat (7) +UPDATE zone_points SET target_heading = 2 WHERE id = 342; -- gfaydark (177) +UPDATE zone_points SET target_heading = 380 WHERE id = 343; -- gfaydark (178) +UPDATE zone_points SET target_heading = 226 WHERE id = 666; -- lfaydark (9) +UPDATE zone_points SET target_heading = 0 WHERE id = 399; -- kaladima (2) +UPDATE zone_points SET target_heading = 0 WHERE id = 400; -- kaladima (3) +UPDATE zone_points SET target_heading = 176 WHERE id = 371; -- felwitheb (2) +UPDATE zone_points SET target_heading = 43 WHERE id = 372; -- felwitheb (3) +UPDATE zone_points SET target_heading = 469 WHERE id = 373; -- felwitheb (4) +UPDATE zone_points SET target_heading = 494 WHERE id = 374; -- felwitheb (5) +UPDATE zone_points SET target_heading = 494 WHERE id = 375; -- felwitheb (6) +UPDATE zone_points SET target_heading = 494 WHERE id = 376; -- felwitheb (7) +UPDATE zone_points SET target_heading = 360 WHERE id = 851; -- guktop (1) +UPDATE zone_points SET target_heading = 419 WHERE id = 852; -- guktop (2) +UPDATE zone_points SET target_heading = 165 WHERE id = 858; -- gukbottom (2) +UPDATE zone_points SET target_heading = 256 WHERE id = 402; -- kaladimb (2) +UPDATE zone_points SET target_heading = 511 WHERE id = 552; -- butcher (77) +UPDATE zone_points SET target_heading = 483 WHERE id = 1269; -- paineel (2) +UPDATE zone_points SET target_heading = 388 WHERE id = 1270; -- paineel (3) +UPDATE zone_points SET target_heading = 128 WHERE id = 1273; -- paineel (10) +UPDATE zone_points SET target_heading = 256 WHERE id = 1274; -- paineel (11) +UPDATE zone_points SET target_heading = 0 WHERE id = 1276; -- paineel (13) +UPDATE zone_points SET target_heading = 510 WHERE id = 1872; -- arena (10) +UPDATE zone_points SET target_heading = 1 WHERE id = 1227; -- fieldofbone (77) +UPDATE zone_points SET target_heading = 260 WHERE id = 1319; -- warslikswood (4) +UPDATE zone_points SET target_heading = 383 WHERE id = 1232; -- firiona (77) +UPDATE zone_points SET target_heading = 176 WHERE id = 1252; -- lakeofillomen (1) +UPDATE zone_points SET target_heading = 4 WHERE id = 1258; -- lakeofillomen (7) +UPDATE zone_points SET target_heading = 128 WHERE id = 14; -- commons (0) +UPDATE zone_points SET target_heading = 128 WHERE id = 615; -- greatdivide (0) +UPDATE zone_points SET target_heading = 128 WHERE id = 769; -- tox (0) +UPDATE zone_points SET target_heading = 384 WHERE id = 1178; -- burningwood (4) +UPDATE zone_points SET target_heading = 380 WHERE id = 1246; -- kaesora (1) +UPDATE zone_points SET target_heading = 256 WHERE id = 1279; -- sebilis (1) +UPDATE zone_points SET target_heading = 256 WHERE id = 1280; -- sebilis (2) +UPDATE zone_points SET target_heading = 384 WHERE id = 1199; -- citymist (1) +UPDATE zone_points SET target_heading = 384 WHERE id = 1200; -- citymist (2) +UPDATE zone_points SET target_heading = 384 WHERE id = 1233; -- frontiermtns (1) +UPDATE zone_points SET target_heading = 384 WHERE id = 1262; -- overthere (1) +UPDATE zone_points SET target_heading = 254 WHERE id = 1267; -- overthere (77) +UPDATE zone_points SET target_heading = 128 WHERE id = 1215; -- emeraldjungle (2) +UPDATE zone_points SET target_heading = 128 WHERE id = 1216; -- emeraldjungle (3) +UPDATE zone_points SET target_heading = 257 WHERE id = 1307; -- trakanon (3) +UPDATE zone_points SET target_heading = 504 WHERE id = 2295; -- kurn (3) +UPDATE zone_points SET target_heading = 511 WHERE id = 1285; -- stonebrunt (1) +UPDATE zone_points SET target_heading = 128 WHERE id = 1286; -- stonebrunt (5) +UPDATE zone_points SET target_heading = 251 WHERE id = 1314; -- warrens (2) +UPDATE zone_points SET target_heading = 107 WHERE id = 1315; -- warrens (3) +UPDATE zone_points SET target_heading = 256 WHERE id = 1198; -- chardok (2) +UPDATE zone_points SET target_heading = 60 WHERE id = 1201; -- dalnir (1) +UPDATE zone_points SET target_heading = 60 WHERE id = 1202; -- dalnir (2) +UPDATE zone_points SET target_heading = 60 WHERE id = 1203; -- dalnir (99) +UPDATE zone_points SET target_heading = 306 WHERE id = 1179; -- cabeast (1) +UPDATE zone_points SET target_heading = 47 WHERE id = 1180; -- cabeast (2) +UPDATE zone_points SET target_heading = 193 WHERE id = 1181; -- cabeast (3) +UPDATE zone_points SET target_heading = 446 WHERE id = 1182; -- cabeast (4) +UPDATE zone_points SET target_heading = 260 WHERE id = 1183; -- cabeast (9) +UPDATE zone_points SET target_heading = 257 WHERE id = 1184; -- cabeast (10) +UPDATE zone_points SET target_heading = 128 WHERE id = 1312; -- veksar (1) +UPDATE zone_points SET target_heading = 128 WHERE id = 1313; -- veksar (2) +UPDATE zone_points SET target_heading = 145 WHERE id = 639; -- iceclad (9) +UPDATE zone_points SET target_heading = 0 WHERE id = 826; -- frozenshadow (2) +UPDATE zone_points SET target_heading = 0 WHERE id = 827; -- frozenshadow (3) +UPDATE zone_points SET target_heading = 256 WHERE id = 828; -- frozenshadow (4) +UPDATE zone_points SET target_heading = 0 WHERE id = 829; -- frozenshadow (5) +UPDATE zone_points SET target_heading = 0 WHERE id = 830; -- frozenshadow (6) +UPDATE zone_points SET target_heading = 256 WHERE id = 831; -- frozenshadow (7) +UPDATE zone_points SET target_heading = 0 WHERE id = 832; -- frozenshadow (8) +UPDATE zone_points SET target_heading = 0 WHERE id = 833; -- frozenshadow (9) +UPDATE zone_points SET target_heading = 0 WHERE id = 834; -- frozenshadow (10) +UPDATE zone_points SET target_heading = 0 WHERE id = 835; -- frozenshadow (11) +UPDATE zone_points SET target_heading = 256 WHERE id = 836; -- frozenshadow (12) +UPDATE zone_points SET target_heading = 0 WHERE id = 837; -- frozenshadow (13) +UPDATE zone_points SET target_heading = 0 WHERE id = 838; -- frozenshadow (14) +UPDATE zone_points SET target_heading = 384 WHERE id = 839; -- frozenshadow (15) +UPDATE zone_points SET target_heading = 0 WHERE id = 840; -- frozenshadow (16) +UPDATE zone_points SET target_heading = 0 WHERE id = 841; -- frozenshadow (17) +UPDATE zone_points SET target_heading = 0 WHERE id = 842; -- frozenshadow (18) +UPDATE zone_points SET target_heading = 0 WHERE id = 843; -- frozenshadow (19) +UPDATE zone_points SET target_heading = 348 WHERE id = 844; -- frozenshadow (20) +UPDATE zone_points SET target_heading = 395 WHERE id = 972; -- velketor (1) +UPDATE zone_points SET target_heading = 128 WHERE id = 879; -- kael (1) +UPDATE zone_points SET target_heading = 381 WHERE id = 880; -- kael (2) +UPDATE zone_points SET target_heading = 125 WHERE id = 922; -- skyshrine (1) +UPDATE zone_points SET target_heading = 125 WHERE id = 2262; -- skyshrine (1) +UPDATE zone_points SET target_heading = 250 WHERE id = 925; -- skyshrine (4) +UPDATE zone_points SET target_heading = 250 WHERE id = 2265; -- skyshrine (4) +UPDATE zone_points SET target_heading = 250 WHERE id = 926; -- skyshrine (5) +UPDATE zone_points SET target_heading = 250 WHERE id = 2266; -- skyshrine (5) +UPDATE zone_points SET target_heading = 250 WHERE id = 927; -- skyshrine (6) +UPDATE zone_points SET target_heading = 250 WHERE id = 2267; -- skyshrine (6) +UPDATE zone_points SET target_heading = 125 WHERE id = 928; -- skyshrine (7) +UPDATE zone_points SET target_heading = 125 WHERE id = 2268; -- skyshrine (7) +UPDATE zone_points SET target_heading = 125 WHERE id = 929; -- skyshrine (8) +UPDATE zone_points SET target_heading = 125 WHERE id = 2269; -- skyshrine (8) +UPDATE zone_points SET target_heading = 250 WHERE id = 931; -- skyshrine (10) +UPDATE zone_points SET target_heading = 250 WHERE id = 2271; -- skyshrine (10) +UPDATE zone_points SET target_heading = 250 WHERE id = 932; -- skyshrine (11) +UPDATE zone_points SET target_heading = 250 WHERE id = 2272; -- skyshrine (11) +UPDATE zone_points SET target_heading = 125 WHERE id = 933; -- skyshrine (12) +UPDATE zone_points SET target_heading = 125 WHERE id = 2273; -- skyshrine (12) +UPDATE zone_points SET target_heading = 250 WHERE id = 935; -- skyshrine (14) +UPDATE zone_points SET target_heading = 250 WHERE id = 2275; -- skyshrine (14) +UPDATE zone_points SET target_heading = 250 WHERE id = 938; -- skyshrine (17) +UPDATE zone_points SET target_heading = 250 WHERE id = 2278; -- skyshrine (17) +UPDATE zone_points SET target_heading = 385 WHERE id = 939; -- skyshrine (18) +UPDATE zone_points SET target_heading = 385 WHERE id = 2279; -- skyshrine (18) +UPDATE zone_points SET target_heading = 250 WHERE id = 941; -- skyshrine (20) +UPDATE zone_points SET target_heading = 250 WHERE id = 2281; -- skyshrine (20) +UPDATE zone_points SET target_heading = 372 WHERE id = 946; -- skyshrine (30) +UPDATE zone_points SET target_heading = 372 WHERE id = 2286; -- skyshrine (30) +UPDATE zone_points SET target_heading = 5 WHERE id = 947; -- skyshrine (40) +UPDATE zone_points SET target_heading = 5 WHERE id = 2287; -- skyshrine (40) +UPDATE zone_points SET target_heading = 385 WHERE id = 949; -- skyshrine (42) +UPDATE zone_points SET target_heading = 385 WHERE id = 2289; -- skyshrine (42) +UPDATE zone_points SET target_heading = 254 WHERE id = 954; -- skyshrine (50) +UPDATE zone_points SET target_heading = 254 WHERE id = 2294; -- skyshrine (50) +UPDATE zone_points SET target_heading = 384 WHERE id = 584; -- eastwastes (5) +UPDATE zone_points SET target_heading = 510 WHERE id = 555; -- cobaltscar (1) +UPDATE zone_points SET target_heading = 128 WHERE id = 14; -- commons (0) +UPDATE zone_points SET target_heading = 128 WHERE id = 615; -- greatdivide (0) +UPDATE zone_points SET target_heading = 128 WHERE id = 769; -- tox (0) +UPDATE zone_points SET target_heading = 0 WHERE id = 617; -- greatdivide (2) +UPDATE zone_points SET target_heading = 254 WHERE id = 618; -- greatdivide (3) +UPDATE zone_points SET target_heading = 810 WHERE id = 620; -- greatdivide (77) +UPDATE zone_points SET target_heading = 20 WHERE id = 786; -- wakening (1) +UPDATE zone_points SET target_heading = 384 WHERE id = 787; -- wakening (2) +UPDATE zone_points SET target_heading = 256 WHERE id = 788; -- wakening (7) +UPDATE zone_points SET target_heading = 505 WHERE id = 811; -- crystal (1) +UPDATE zone_points SET target_heading = 372 WHERE id = 812; -- crystal (2) +UPDATE zone_points SET target_heading = 386 WHERE id = 890; -- necropolis (66) +UPDATE zone_points SET target_heading = 256 WHERE id = 1454; -- templeveeshan (1) +UPDATE zone_points SET target_heading = 256 WHERE id = 1455; -- templeveeshan (2) +UPDATE zone_points SET target_heading = 256 WHERE id = 1456; -- templeveeshan (3) +UPDATE zone_points SET target_heading = 265 WHERE id = 908; -- sirens (1) +UPDATE zone_points SET target_heading = 132 WHERE id = 909; -- sirens (2) +UPDATE zone_points SET target_heading = 204 WHERE id = 1886; -- sleeper (10) +UPDATE zone_points SET target_heading = 0 WHERE id = 523; -- shadowhaven (2) +UPDATE zone_points SET target_heading = 0 WHERE id = 524; -- shadowhaven (3) +UPDATE zone_points SET target_heading = 384 WHERE id = 531; -- shadowhaven (11) +UPDATE zone_points SET target_heading = 256 WHERE id = 1436; -- bazaar (20) +UPDATE zone_points SET target_heading = 256 WHERE id = 1438; -- bazaar (40) +UPDATE zone_points SET target_heading = 128 WHERE id = 1439; -- bazaar (570) +UPDATE zone_points SET target_heading = 128 WHERE id = 1440; -- bazaar (580) +UPDATE zone_points SET target_heading = 68 WHERE id = 1443; -- bazaar (1150) +UPDATE zone_points SET target_heading = 251 WHERE id = 425; -- nexus (0) +UPDATE zone_points SET target_heading = 125 WHERE id = 426; -- nexus (2) +UPDATE zone_points SET target_heading = 128 WHERE id = 429; -- nexus (6) +UPDATE zone_points SET target_heading = 384 WHERE id = 430; -- nexus (7) +UPDATE zone_points SET target_heading = 256 WHERE id = 433; -- nexus (10) +UPDATE zone_points SET target_heading = 256 WHERE id = 434; -- nexus (11) +UPDATE zone_points SET target_heading = 249 WHERE id = 435; -- nexus (12) +UPDATE zone_points SET target_heading = 128 WHERE id = 437; -- nexus (14) +UPDATE zone_points SET target_heading = 1 WHERE id = 439; -- nexus (77) +UPDATE zone_points SET target_heading = 256 WHERE id = 821; -- echo (1) +UPDATE zone_points SET target_heading = 128 WHERE id = 822; -- echo (2) +UPDATE zone_points SET target_heading = 128 WHERE id = 823; -- echo (3) +UPDATE zone_points SET target_heading = 0 WHERE id = 824; -- echo (4) +UPDATE zone_points SET target_heading = 125 WHERE id = 533; -- sharvahl (1) +UPDATE zone_points SET target_heading = 380 WHERE id = 534; -- sharvahl (2) +UPDATE zone_points SET target_heading = 265 WHERE id = 902; -- paludal (1) +UPDATE zone_points SET target_heading = 385 WHERE id = 904; -- paludal (3) +UPDATE zone_points SET target_heading = 253 WHERE id = 2366; -- vexthal (47) +UPDATE zone_points SET target_heading = 128 WHERE id = 494; -- sseru (1) +UPDATE zone_points SET target_heading = 384 WHERE id = 496; -- sseru (3) +UPDATE zone_points SET target_heading = 248 WHERE id = 499; -- sseru (188) +UPDATE zone_points SET target_heading = 249 WHERE id = 500; -- sseru (189) +UPDATE zone_points SET target_heading = 252 WHERE id = 501; -- sseru (191) +UPDATE zone_points SET target_heading = 376 WHERE id = 502; -- sseru (192) +UPDATE zone_points SET target_heading = 380 WHERE id = 503; -- sseru (193) +UPDATE zone_points SET target_heading = 247 WHERE id = 504; -- sseru (194) +UPDATE zone_points SET target_heading = 259 WHERE id = 505; -- sseru (195) +UPDATE zone_points SET target_heading = 119 WHERE id = 506; -- sseru (196) +UPDATE zone_points SET target_heading = 128 WHERE id = 507; -- sseru (197) +UPDATE zone_points SET target_heading = 252 WHERE id = 508; -- sseru (198) +UPDATE zone_points SET target_heading = 3 WHERE id = 509; -- sseru (201) +UPDATE zone_points SET target_heading = 388 WHERE id = 510; -- sseru (202) +UPDATE zone_points SET target_heading = 383 WHERE id = 511; -- sseru (203) +UPDATE zone_points SET target_heading = 510 WHERE id = 512; -- sseru (204) +UPDATE zone_points SET target_heading = 122 WHERE id = 513; -- sseru (205) +UPDATE zone_points SET target_heading = 503 WHERE id = 514; -- sseru (206) +UPDATE zone_points SET target_heading = 503 WHERE id = 515; -- sseru (207) +UPDATE zone_points SET target_heading = 120 WHERE id = 516; -- sseru (208) +UPDATE zone_points SET target_heading = 124 WHERE id = 517; -- sseru (209) +UPDATE zone_points SET target_heading = 509 WHERE id = 518; -- sseru (210) +UPDATE zone_points SET target_heading = 121 WHERE id = 519; -- sseru (211) +UPDATE zone_points SET target_heading = 246 WHERE id = 520; -- sseru (212) +UPDATE zone_points SET target_heading = 251 WHERE id = 521; -- sseru (213) +UPDATE zone_points SET target_heading = 380 WHERE id = 403; -- katta (1) +UPDATE zone_points SET target_heading = 130 WHERE id = 404; -- katta (2) +UPDATE zone_points SET target_heading = 129 WHERE id = 405; -- katta (3) +UPDATE zone_points SET target_heading = 510 WHERE id = 410; -- katta (10) +UPDATE zone_points SET target_heading = 244 WHERE id = 411; -- katta (11) +UPDATE zone_points SET target_heading = 244 WHERE id = 412; -- katta (12) +UPDATE zone_points SET target_heading = 383 WHERE id = 891; -- netherbian (1) +UPDATE zone_points SET target_heading = 162 WHERE id = 892; -- netherbian (2) +UPDATE zone_points SET target_heading = 126 WHERE id = 893; -- netherbian (3) +UPDATE zone_points SET target_heading = 127 WHERE id = 894; -- netherbian (4) +UPDATE zone_points SET target_heading = 380 WHERE id = 895; -- netherbian (5) +UPDATE zone_points SET target_heading = 114 WHERE id = 896; -- netherbian (6) +UPDATE zone_points SET target_heading = 126 WHERE id = 1324; -- ssratemple (7) +UPDATE zone_points SET target_heading = 128 WHERE id = 1325; -- ssratemple (78) +UPDATE zone_points SET target_heading = 129 WHERE id = 847; -- griegsend (1) +UPDATE zone_points SET target_heading = 382 WHERE id = 849; -- griegsend (3) +UPDATE zone_points SET target_heading = 378 WHERE id = 850; -- griegsend (4) +UPDATE zone_points SET target_heading = 256 WHERE id = 730; -- shadeweaver (1) +UPDATE zone_points SET target_heading = 131 WHERE id = 731; -- shadeweaver (3) +UPDATE zone_points SET target_heading = 0 WHERE id = 634; -- hollowshade (2) +UPDATE zone_points SET target_heading = 264 WHERE id = 635; -- hollowshade (3) +UPDATE zone_points SET target_heading = 256 WHERE id = 624; -- grimling (1) +UPDATE zone_points SET target_heading = 256 WHERE id = 625; -- grimling (2) +UPDATE zone_points SET target_heading = 470 WHERE id = 626; -- grimling (3) +UPDATE zone_points SET target_heading = 379 WHERE id = 671; -- mseru (1) +UPDATE zone_points SET target_heading = 377 WHERE id = 672; -- mseru (2) +UPDATE zone_points SET target_heading = 382 WHERE id = 674; -- mseru (4) +UPDATE zone_points SET target_heading = 489 WHERE id = 678; -- letalis (1) +UPDATE zone_points SET target_heading = 237 WHERE id = 679; -- letalis (2) +UPDATE zone_points SET target_heading = 384 WHERE id = 1326; -- twilight (4) +UPDATE zone_points SET target_heading = 340 WHERE id = 621; -- thegrey (1) +UPDATE zone_points SET target_heading = 128 WHERE id = 622; -- thegrey (2) +UPDATE zone_points SET target_heading = 384 WHERE id = 623; -- thegrey (3) +UPDATE zone_points SET target_heading = 261 WHERE id = 753; -- tenebrous (1) +UPDATE zone_points SET target_heading = 252 WHERE id = 754; -- tenebrous (2) +UPDATE zone_points SET target_heading = 385 WHERE id = 670; -- maiden (4) +UPDATE zone_points SET target_heading = 257 WHERE id = 560; -- dawnshroud (1) +UPDATE zone_points SET target_heading = 2 WHERE id = 561; -- dawnshroud (2) +UPDATE zone_points SET target_heading = 256 WHERE id = 563; -- dawnshroud (4) +UPDATE zone_points SET target_heading = 1 WHERE id = 727; -- scarlet (1) +UPDATE zone_points SET target_heading = 145 WHERE id = 729; -- scarlet (3) +UPDATE zone_points SET target_heading = 380 WHERE id = 783; -- umbral (1) +UPDATE zone_points SET target_heading = 128 WHERE id = 784; -- umbral (2) +UPDATE zone_points SET target_heading = 128 WHERE id = 1244; -- jaggedpine (2) +UPDATE zone_points SET target_heading = 255 WHERE id = 1245; -- jaggedpine (3) +UPDATE zone_points SET target_heading = 256 WHERE id = 979; -- nedaria (1) +UPDATE zone_points SET target_heading = 45 WHERE id = 454; -- poknowledge (3) +UPDATE zone_points SET target_heading = 244 WHERE id = 456; -- poknowledge (5) +UPDATE zone_points SET target_heading = 236 WHERE id = 460; -- poknowledge (9) +UPDATE zone_points SET target_heading = 131 WHERE id = 462; -- poknowledge (11) +UPDATE zone_points SET target_heading = 128 WHERE id = 463; -- poknowledge (12) +UPDATE zone_points SET target_heading = 248 WHERE id = 469; -- poknowledge (18) +UPDATE zone_points SET target_heading = 128 WHERE id = 470; -- poknowledge (19) +UPDATE zone_points SET target_heading = 0 WHERE id = 1089; -- potranquility (17) +UPDATE zone_points SET target_heading = 128 WHERE id = 1035; -- podisease (1) +UPDATE zone_points SET target_heading = 256 WHERE id = 1036; -- podisease (2) +UPDATE zone_points SET target_heading = 62 WHERE id = 1084; -- potorment (2) +UPDATE zone_points SET target_heading = 504 WHERE id = 1085; -- potorment (13) +UPDATE zone_points SET target_heading = 153 WHERE id = 1025; -- povalor (5) +UPDATE zone_points SET target_heading = 128 WHERE id = 1026; -- povalor (77) +UPDATE zone_points SET target_heading = 256 WHERE id = 983; -- bothunder (2) +UPDATE zone_points SET target_heading = 128 WHERE id = 984; -- bothunder (3) +UPDATE zone_points SET target_heading = 128 WHERE id = 985; -- bothunder (4) +UPDATE zone_points SET target_heading = 128 WHERE id = 986; -- bothunder (5) +UPDATE zone_points SET target_heading = 128 WHERE id = 987; -- bothunder (6) +UPDATE zone_points SET target_heading = 128 WHERE id = 988; -- bothunder (7) +UPDATE zone_points SET target_heading = 128 WHERE id = 990; -- bothunder (9) +UPDATE zone_points SET target_heading = 256 WHERE id = 991; -- bothunder (10) +UPDATE zone_points SET target_heading = 384 WHERE id = 994; -- bothunder (13) +UPDATE zone_points SET target_heading = 128 WHERE id = 995; -- bothunder (14) +UPDATE zone_points SET target_heading = 128 WHERE id = 996; -- bothunder (15) +UPDATE zone_points SET target_heading = 128 WHERE id = 997; -- bothunder (16) +UPDATE zone_points SET target_heading = 384 WHERE id = 999; -- bothunder (18) +UPDATE zone_points SET target_heading = 128 WHERE id = 1001; -- bothunder (20) +UPDATE zone_points SET target_heading = 256 WHERE id = 1002; -- bothunder (21) +UPDATE zone_points SET target_heading = 128 WHERE id = 1003; -- bothunder (22) +UPDATE zone_points SET target_heading = 256 WHERE id = 1004; -- bothunder (23) +UPDATE zone_points SET target_heading = 128 WHERE id = 1005; -- bothunder (24) +UPDATE zone_points SET target_heading = 128 WHERE id = 1006; -- bothunder (25) +UPDATE zone_points SET target_heading = 128 WHERE id = 1007; -- bothunder (26) +UPDATE zone_points SET target_heading = 128 WHERE id = 1008; -- bothunder (27) +UPDATE zone_points SET target_heading = 128 WHERE id = 1009; -- bothunder (28) +UPDATE zone_points SET target_heading = 128 WHERE id = 1010; -- bothunder (29) +UPDATE zone_points SET target_heading = 384 WHERE id = 1012; -- bothunder (31) +UPDATE zone_points SET target_heading = 128 WHERE id = 1013; -- bothunder (32) +UPDATE zone_points SET target_heading = 128 WHERE id = 1014; -- bothunder (33) +UPDATE zone_points SET target_heading = 128 WHERE id = 1015; -- bothunder (34) +UPDATE zone_points SET target_heading = 128 WHERE id = 1016; -- bothunder (35) +UPDATE zone_points SET target_heading = 256 WHERE id = 1017; -- bothunder (36) +UPDATE zone_points SET target_heading = 128 WHERE id = 1018; -- bothunder (37) +UPDATE zone_points SET target_heading = 384 WHERE id = 1019; -- bothunder (38) +UPDATE zone_points SET target_heading = 384 WHERE id = 1020; -- bothunder (39) +UPDATE zone_points SET target_heading = 256 WHERE id = 1021; -- bothunder (40) +UPDATE zone_points SET target_heading = 384 WHERE id = 1022; -- bothunder (41) +UPDATE zone_points SET target_heading = 348 WHERE id = 1023; -- bothunder (42) +UPDATE zone_points SET target_heading = 251 WHERE id = 1107; -- solrotower (1) +UPDATE zone_points SET target_heading = 507 WHERE id = 1108; -- solrotower (15) +UPDATE zone_points SET target_heading = 126 WHERE id = 1109; -- solrotower (16) +UPDATE zone_points SET target_heading = 509 WHERE id = 1110; -- solrotower (17) +UPDATE zone_points SET target_heading = 5 WHERE id = 1111; -- solrotower (18) +UPDATE zone_points SET target_heading = 125 WHERE id = 1112; -- solrotower (19) +UPDATE zone_points SET target_heading = 379 WHERE id = 1114; -- solrotower (21) +UPDATE zone_points SET target_heading = 508 WHERE id = 1115; -- solrotower (22) +UPDATE zone_points SET target_heading = 384 WHERE id = 1116; -- solrotower (23) +UPDATE zone_points SET target_heading = 112 WHERE id = 1117; -- solrotower (24) +UPDATE zone_points SET target_heading = 112 WHERE id = 1118; -- solrotower (25) +UPDATE zone_points SET target_heading = 251 WHERE id = 1119; -- solrotower (26) +UPDATE zone_points SET target_heading = -1 WHERE id = 1120; -- potactics (1) +UPDATE zone_points SET target_heading = 258 WHERE id = 1121; -- potactics (2) +UPDATE zone_points SET target_heading = 149 WHERE id = 1122; -- potactics (3) +UPDATE zone_points SET target_heading = 479 WHERE id = 1123; -- potactics (5) +UPDATE zone_points SET target_heading = 448 WHERE id = 1125; -- potactics (7) +UPDATE zone_points SET target_heading = 10 WHERE id = 1126; -- potactics (8) +UPDATE zone_points SET target_heading = 436 WHERE id = 1127; -- potactics (9) +UPDATE zone_points SET target_heading = 378 WHERE id = 1128; -- potactics (10) +UPDATE zone_points SET target_heading = 461 WHERE id = 1129; -- potactics (11) +UPDATE zone_points SET target_heading = 53 WHERE id = 1130; -- potactics (12) +UPDATE zone_points SET target_heading = 133 WHERE id = 1131; -- potactics (13) +UPDATE zone_points SET target_heading = 128 WHERE id = 1032; -- poair (1) +UPDATE zone_points SET target_heading = 48 WHERE id = 1033; -- poair (2) +UPDATE zone_points SET target_heading = 48 WHERE id = 1038; -- poearthb (2) +UPDATE zone_points SET target_heading = 505 WHERE id = 1034; -- poair (10) +UPDATE zone_points SET target_heading = 439 WHERE id = 1106; -- powater (1) +UPDATE zone_points SET target_heading = 133 WHERE id = 1039; -- poeartha (1) +UPDATE zone_points SET target_heading = 132 WHERE id = 1040; -- poeartha (2) +UPDATE zone_points SET target_heading = 48 WHERE id = 1041; -- poeartha (3) +UPDATE zone_points SET target_heading = 388 WHERE id = 1042; -- poeartha (10) +UPDATE zone_points SET target_heading = 48 WHERE id = 1360; -- potimeb (10) +UPDATE zone_points SET target_heading = 384 WHERE id = 1031; -- hohonorb (1) +UPDATE zone_points SET target_heading = 379 WHERE id = 1887; -- nightmareb (77) +UPDATE zone_points SET target_heading = 130 WHERE id = 1037; -- poearthb (1) +UPDATE zone_points SET target_heading = 48 WHERE id = 1033; -- poair (2) +UPDATE zone_points SET target_heading = 48 WHERE id = 1038; -- poearthb (2) +UPDATE zone_points SET target_heading = 352 WHERE id = 346; -- gunthak (1) +UPDATE zone_points SET target_heading = 506 WHERE id = 348; -- gunthak (3) +UPDATE zone_points SET target_heading = 384 WHERE id = 349; -- gunthak (4) +UPDATE zone_points SET target_heading = 384 WHERE id = 573; -- dulak (1) +UPDATE zone_points SET target_heading = 256 WHERE id = 768; -- torgiran (2) +UPDATE zone_points SET target_heading = 128 WHERE id = 682; -- nadox (2) +UPDATE zone_points SET target_heading = 380 WHERE id = 864; -- hatesfury (2) +UPDATE zone_points SET target_heading = 256 WHERE id = 867; -- hatesfury (5) +UPDATE zone_points SET target_heading = 380 WHERE id = 868; -- hatesfury (6) +UPDATE zone_points SET target_heading = 128 WHERE id = 869; -- hatesfury (7) +UPDATE zone_points SET target_heading = 145 WHERE id = 980; -- chardokb (1) +UPDATE zone_points SET target_heading = 145 WHERE id = 981; -- chardokb (2) +UPDATE zone_points SET target_heading = 145 WHERE id = 982; -- chardokb (3) +UPDATE zone_points SET target_heading = 175 WHERE id = 968; -- soldungc (1) +UPDATE zone_points SET target_heading = 425 WHERE id = 969; -- soldungc (2) +UPDATE zone_points SET target_heading = 384 WHERE id = 1379; -- qinimi (1) +UPDATE zone_points SET target_heading = 356 WHERE id = 1380; -- qinimi (2) +UPDATE zone_points SET target_heading = 421 WHERE id = 1381; -- qinimi (3) +UPDATE zone_points SET target_heading = 421 WHERE id = 1382; -- qinimi (4) +UPDATE zone_points SET target_heading = 382 WHERE id = 1383; -- qinimi (5) +UPDATE zone_points SET target_heading = 382 WHERE id = 1384; -- qinimi (6) +UPDATE zone_points SET target_heading = 259 WHERE id = 1385; -- qinimi (7) +UPDATE zone_points SET target_heading = 45 WHERE id = 1389; -- qinimi (11) +UPDATE zone_points SET target_heading = 256 WHERE id = 1393; -- riwwi (1) +UPDATE zone_points SET target_heading = 423 WHERE id = 1396; -- riwwi (4) +UPDATE zone_points SET target_heading = 423 WHERE id = 1397; -- riwwi (5) +UPDATE zone_points SET target_heading = 128 WHERE id = 1369; -- barindu (2) +UPDATE zone_points SET target_heading = 128 WHERE id = 1370; -- barindu (3) +UPDATE zone_points SET target_heading = 351 WHERE id = 1371; -- barindu (4) +UPDATE zone_points SET target_heading = 351 WHERE id = 1372; -- barindu (5) +UPDATE zone_points SET target_heading = 506 WHERE id = 1373; -- ferubi (1) +UPDATE zone_points SET target_heading = 388 WHERE id = 1374; -- ferubi (2) +UPDATE zone_points SET target_heading = 249 WHERE id = 1461; -- snplant (1) +UPDATE zone_points SET target_heading = 249 WHERE id = 1465; -- sncrematory (1) +UPDATE zone_points SET target_heading = 249 WHERE id = 1471; -- snlair (1) +UPDATE zone_points SET target_heading = 249 WHERE id = 1472; -- snpool (1) +UPDATE zone_points SET target_heading = 249 WHERE id = 1461; -- snplant (1) +UPDATE zone_points SET target_heading = 249 WHERE id = 1465; -- sncrematory (1) +UPDATE zone_points SET target_heading = 249 WHERE id = 1471; -- snlair (1) +UPDATE zone_points SET target_heading = 249 WHERE id = 1472; -- snpool (1) +UPDATE zone_points SET target_heading = 249 WHERE id = 1461; -- snplant (1) +UPDATE zone_points SET target_heading = 249 WHERE id = 1465; -- sncrematory (1) +UPDATE zone_points SET target_heading = 249 WHERE id = 1471; -- snlair (1) +UPDATE zone_points SET target_heading = 249 WHERE id = 1472; -- snpool (1) +UPDATE zone_points SET target_heading = 249 WHERE id = 1461; -- snplant (1) +UPDATE zone_points SET target_heading = 249 WHERE id = 1465; -- sncrematory (1) +UPDATE zone_points SET target_heading = 249 WHERE id = 1471; -- snlair (1) +UPDATE zone_points SET target_heading = 249 WHERE id = 1472; -- snpool (1) +UPDATE zone_points SET target_heading = 240 WHERE id = 1398; -- tipt (1) +UPDATE zone_points SET target_heading = 240 WHERE id = 1400; -- vxed (1) +UPDATE zone_points SET target_heading = 128 WHERE id = 1392; -- qvic (3) +UPDATE zone_points SET target_heading = 383 WHERE id = 1399; -- txevu (1) +UPDATE zone_points SET target_heading = 135 WHERE id = 1416; -- wallofslaughter (20) +UPDATE zone_points SET target_heading = 166 WHERE id = 1417; -- wallofslaughter (50) +UPDATE zone_points SET target_heading = 84 WHERE id = 1403; -- bloodfields (20) +UPDATE zone_points SET target_heading = 256 WHERE id = 1404; -- bloodfields (30) +UPDATE zone_points SET target_heading = 128 WHERE id = 1411; -- draniksscar (10) +UPDATE zone_points SET target_heading = 409 WHERE id = 1412; -- draniksscar (20) +UPDATE zone_points SET target_heading = 30 WHERE id = 1406; -- causeway (20) +UPDATE zone_points SET target_heading = 240 WHERE id = 1400; -- vxed (1) +UPDATE zone_points SET target_heading = 128 WHERE id = 1407; -- provinggrounds (10) +UPDATE zone_points SET target_heading = 360 WHERE id = 1401; -- anguish (10) +UPDATE zone_points SET target_heading = 128 WHERE id = 1415; -- riftseekers (10) +UPDATE zone_points SET target_heading = 397 WHERE id = 1409; -- dranik (10) +UPDATE zone_points SET target_heading = 197 WHERE id = 1410; -- dranik (20) +UPDATE zone_points SET target_heading = 246 WHERE id = 1418; -- broodlands (30) +UPDATE zone_points SET target_heading = 353 WHERE id = 1419; -- broodlands (40) +UPDATE zone_points SET target_heading = 224 WHERE id = 1420; -- broodlands (50) +UPDATE zone_points SET target_heading = 53 WHERE id = 1422; -- broodlands (501) +UPDATE zone_points SET target_heading = 1 WHERE id = 1431; -- stillmoona (10) +UPDATE zone_points SET target_heading = 256 WHERE id = 1432; -- stillmoona (50) +UPDATE zone_points SET target_heading = 257 WHERE id = 1433; -- stillmoonb (10) +UPDATE zone_points SET target_heading = 256 WHERE id = 1434; -- stillmoonb (20) +UPDATE zone_points SET target_heading = 248 WHERE id = 1424; -- delvea (10) +UPDATE zone_points SET target_heading = 308 WHERE id = 1425; -- delvea (20) +UPDATE zone_points SET target_heading = 47 WHERE id = 1426; -- delvea (40) +UPDATE zone_points SET target_heading = 449 WHERE id = 1427; -- delvea (50) +UPDATE zone_points SET target_heading = 343 WHERE id = 1428; -- delveb (40) +UPDATE zone_points SET target_heading = 190 WHERE id = 1429; -- delveb (50) +UPDATE zone_points SET target_heading = 328 WHERE id = 1430; -- guildlobby (20) +UPDATE zone_points SET target_heading = 21 WHERE id = 1498; -- illsalin (0) +UPDATE zone_points SET target_heading = 10 WHERE id = 1489; -- dreadspire (80) +UPDATE zone_points SET target_heading = 56 WHERE id = 1481; -- drachnidhive (10) +UPDATE zone_points SET target_heading = 395 WHERE id = 1491; -- westkorlach (20) +UPDATE zone_points SET target_heading = 326 WHERE id = 1493; -- eastkorlach (10) +UPDATE zone_points SET target_heading = 254 WHERE id = 1494; -- eastkorlach (20) +UPDATE zone_points SET target_heading = 276 WHERE id = 1495; -- eastkorlach (30) +UPDATE zone_points SET target_heading = 364 WHERE id = 1497; -- eastkorlach (50) +UPDATE zone_points SET target_heading = 132 WHERE id = 1499; -- corathus (10) +UPDATE zone_points SET target_heading = 135 WHERE id = 1500; -- corathus (20) +UPDATE zone_points SET target_heading = 442 WHERE id = 1501; -- corathus (30) +UPDATE zone_points SET target_heading = 189 WHERE id = 1502; -- arcstone (5) +UPDATE zone_points SET target_heading = 189 WHERE id = 1503; -- arcstone (15) +UPDATE zone_points SET target_heading = 189 WHERE id = 1504; -- arcstone (30) +UPDATE zone_points SET target_heading = 35 WHERE id = 1526; -- relic (10) +UPDATE zone_points SET target_heading = 52 WHERE id = 1527; -- relic (20) +UPDATE zone_points SET target_heading = 160 WHERE id = 1528; -- relic (30) +UPDATE zone_points SET target_heading = 189 WHERE id = 1529; -- relic (50) +UPDATE zone_points SET target_heading = 227 WHERE id = 1530; -- relic (75) +UPDATE zone_points SET target_heading = 255 WHERE id = 1505; -- devastation (0) +UPDATE zone_points SET target_heading = 122 WHERE id = 1525; -- rage (0) +UPDATE zone_points SET target_heading = 387 WHERE id = 1539; -- takishruins (9) +UPDATE zone_points SET target_heading = 22 WHERE id = 1538; -- takishruins (9) +UPDATE zone_points SET target_heading = 146 WHERE id = 1506; -- elddar (9) +UPDATE zone_points SET target_heading = 128 WHERE id = 1511; -- freeporteast (50) +UPDATE zone_points SET target_heading = 319 WHERE id = 1541; -- freeportwest (10) +UPDATE zone_points SET target_heading = 140 WHERE id = 1544; -- freeportwest (50) +UPDATE zone_points SET target_heading = 255 WHERE id = 1545; -- freeportwest (60) +UPDATE zone_points SET target_heading = 254 WHERE id = 1546; -- freeportwest (80) +UPDATE zone_points SET target_heading = 384 WHERE id = 1547; -- freeportwest (90) +UPDATE zone_points SET target_heading = 245 WHERE id = 1513; -- freeportsewers (10) +UPDATE zone_points SET target_heading = 374 WHERE id = 1514; -- freeportsewers (20) +UPDATE zone_points SET target_heading = 258 WHERE id = 1515; -- freeportsewers (30) +UPDATE zone_points SET target_heading = 402 WHERE id = 1517; -- freeportsewers (60) +UPDATE zone_points SET target_heading = 56 WHERE id = 1519; -- northro (40) +UPDATE zone_points SET target_heading = 135 WHERE id = 1524; -- northro (100) +UPDATE zone_points SET target_heading = 216 WHERE id = 1531; -- southro (10) +UPDATE zone_points SET target_heading = 164 WHERE id = 1537; -- southro (100) +UPDATE zone_points SET target_heading = 505 WHERE id = 1573; -- crescent (10) +UPDATE zone_points SET target_heading = 247 WHERE id = 1567; -- moors (10) +UPDATE zone_points SET target_heading = 188 WHERE id = 1568; -- moors (20) +UPDATE zone_points SET target_heading = 414 WHERE id = 1569; -- moors (30) +UPDATE zone_points SET target_heading = 494 WHERE id = 1571; -- moors (40) +UPDATE zone_points SET target_heading = 501 WHERE id = 1570; -- moors (40) +UPDATE zone_points SET target_heading = 123 WHERE id = 1590; -- stonehive (0) +UPDATE zone_points SET target_heading = 258 WHERE id = 1608; -- mesa (10) +UPDATE zone_points SET target_heading = 458 WHERE id = 1609; -- mesa (20) +UPDATE zone_points SET target_heading = 21 WHERE id = 1610; -- mesa (30) +UPDATE zone_points SET target_heading = 113 WHERE id = 1611; -- mesa (40) +UPDATE zone_points SET target_heading = 391 WHERE id = 1593; -- roost (10) +UPDATE zone_points SET target_heading = 481 WHERE id = 1594; -- roost (101) +UPDATE zone_points SET target_heading = 342 WHERE id = 1595; -- roost (102) +UPDATE zone_points SET target_heading = 119 WHERE id = 1596; -- roost (103) +UPDATE zone_points SET target_heading = 347 WHERE id = 1597; -- roost (104) +UPDATE zone_points SET target_heading = 383 WHERE id = 1598; -- roost (105) +UPDATE zone_points SET target_heading = 160 WHERE id = 1599; -- roost (106) +UPDATE zone_points SET target_heading = 150 WHERE id = 1600; -- roost (107) +UPDATE zone_points SET target_heading = 322 WHERE id = 1601; -- roost (108) +UPDATE zone_points SET target_heading = 446 WHERE id = 1602; -- roost (109) +UPDATE zone_points SET target_heading = 135 WHERE id = 1603; -- roost (110) +UPDATE zone_points SET target_heading = 349 WHERE id = 1604; -- steppes (10) +UPDATE zone_points SET target_heading = 508 WHERE id = 1605; -- steppes (20) +UPDATE zone_points SET target_heading = 386 WHERE id = 1591; -- icefall (10) +UPDATE zone_points SET target_heading = 442 WHERE id = 1592; -- icefall (20) +UPDATE zone_points SET target_heading = 300 WHERE id = 1606; -- valdeholm (10) +UPDATE zone_points SET target_heading = 512 WHERE id = 1607; -- valdeholm (20) +UPDATE zone_points SET target_heading = 122 WHERE id = 1579; -- frostcrypt (0) +UPDATE zone_points SET target_heading = 155 WHERE id = 1623; -- sunderock (10) +UPDATE zone_points SET target_heading = 47 WHERE id = 1624; -- sunderock (20) +UPDATE zone_points SET target_heading = 282 WHERE id = 1625; -- vergalid (0) +UPDATE zone_points SET target_heading = 497 WHERE id = 1621; -- direwind (10) +UPDATE zone_points SET target_heading = 358 WHERE id = 1622; -- direwind (20) +UPDATE zone_points SET target_heading = 164 WHERE id = 1617; -- ashengate (10) +UPDATE zone_points SET target_heading = 299 WHERE id = 1618; -- ashengate (30) +UPDATE zone_points SET target_heading = 85 WHERE id = 1619; -- ashengate (40) +UPDATE zone_points SET target_heading = 85 WHERE id = 1620; -- ashengate (50) +UPDATE zone_points SET target_heading = 119 WHERE id = 1580; -- highpasshold (100) +UPDATE zone_points SET target_heading = 118 WHERE id = 1584; -- highpasshold (500) +UPDATE zone_points SET target_heading = 310 WHERE id = 1574; -- commonlands (10) +UPDATE zone_points SET target_heading = 384 WHERE id = 1578; -- commonlands (50) +UPDATE zone_points SET target_heading = 384 WHERE id = 1725; -- oldcommons (50) +UPDATE zone_points SET target_heading = 398 WHERE id = 1626; -- innothuleb (10) +UPDATE zone_points SET target_heading = 500 WHERE id = 1628; -- innothuleb (30) +UPDATE zone_points SET target_heading = 384 WHERE id = 1629; -- innothuleb (40) +UPDATE zone_points SET target_heading = 384 WHERE id = 644; -- innothule (77) +UPDATE zone_points SET target_heading = 384 WHERE id = 1630; -- innothuleb (77) +UPDATE zone_points SET target_heading = 365 WHERE id = 1612; -- toxxulia (10) +UPDATE zone_points SET target_heading = 256 WHERE id = 1613; -- toxxulia (20) +UPDATE zone_points SET target_heading = 257 WHERE id = 1615; -- toxxulia (40) +UPDATE zone_points SET target_heading = 192 WHERE id = 1616; -- toxxulia (50) +UPDATE zone_points SET target_heading = 511 WHERE id = 1464; -- mistythicket (50) +UPDATE zone_points SET target_heading = 501 WHERE id = 1631; -- kattacastrum (10) +UPDATE zone_points SET target_heading = 510 WHERE id = 1632; -- kattacastrum (20) +UPDATE zone_points SET target_heading = 256 WHERE id = 1634; -- kattacastrum (40) +UPDATE zone_points SET target_heading = 256 WHERE id = 1635; -- kattacastrum (50) +UPDATE zone_points SET target_heading = 128 WHERE id = 1636; -- kattacastrum (60) +UPDATE zone_points SET target_heading = 384 WHERE id = 1637; -- kattacastrum (61) +UPDATE zone_points SET target_heading = 384 WHERE id = 1639; -- kattacastrum (63) +UPDATE zone_points SET target_heading = 128 WHERE id = 1640; -- kattacastrum (64) +UPDATE zone_points SET target_heading = 65 WHERE id = 1641; -- kattacastrum (65) +UPDATE zone_points SET target_heading = 317 WHERE id = 1642; -- kattacastrum (66) +UPDATE zone_points SET target_heading = 202 WHERE id = 1643; -- kattacastrum (67) +UPDATE zone_points SET target_heading = 48 WHERE id = 1644; -- kattacastrum (68) +UPDATE zone_points SET target_heading = 93 WHERE id = 1645; -- kattacastrum (69) +UPDATE zone_points SET target_heading = 159 WHERE id = 1646; -- kattacastrum (70) +UPDATE zone_points SET target_heading = 225 WHERE id = 1647; -- kattacastrum (71) +UPDATE zone_points SET target_heading = 290 WHERE id = 1648; -- kattacastrum (72) +UPDATE zone_points SET target_heading = 363 WHERE id = 1649; -- kattacastrum (73) +UPDATE zone_points SET target_heading = 402 WHERE id = 1650; -- kattacastrum (74) +UPDATE zone_points SET target_heading = 477 WHERE id = 1651; -- kattacastrum (75) +UPDATE zone_points SET target_heading = 256 WHERE id = 1652; -- kattacastrum (80) +UPDATE zone_points SET target_heading = 256 WHERE id = 1652; -- kattacastrum (80) +UPDATE zone_points SET target_heading = 307 WHERE id = 1699; -- zhisza (10) +UPDATE zone_points SET target_heading = 226 WHERE id = 1700; -- zhisza (90) +UPDATE zone_points SET target_heading = 131 WHERE id = 1884; -- silyssar (90) +UPDATE zone_points SET target_heading = 119 WHERE id = 1653; -- barren (10) +UPDATE zone_points SET target_heading = 130 WHERE id = 1677; -- mechanotus (0) +UPDATE zone_points SET target_heading = 500 WHERE id = 1678; -- mechanotus (10) +UPDATE zone_points SET target_heading = 465 WHERE id = 1679; -- mechanotus (20) +UPDATE zone_points SET target_heading = 100 WHERE id = 1680; -- mechanotus (30) +UPDATE zone_points SET target_heading = 375 WHERE id = 1681; -- mechanotus (70) +UPDATE zone_points SET target_heading = 500 WHERE id = 1683; -- mechanotus (90) +UPDATE zone_points SET target_heading = 385 WHERE id = 1674; -- mansion (10) +UPDATE zone_points SET target_heading = 256 WHERE id = 1675; -- mansion (14) +UPDATE zone_points SET target_heading = 384 WHERE id = 1688; -- steamfactory (10) +UPDATE zone_points SET target_heading = 256 WHERE id = 1689; -- steamfactory (20) +UPDATE zone_points SET target_heading = 125 WHERE id = 1690; -- steamfactory (30) +UPDATE zone_points SET target_heading = 129 WHERE id = 1691; -- steamfactory (40) +UPDATE zone_points SET target_heading = 260 WHERE id = 1686; -- shipworkshop (10) +UPDATE zone_points SET target_heading = 280 WHERE id = 1687; -- shipworkshop (20) +UPDATE zone_points SET target_heading = 76 WHERE id = 1668; -- gyrospireb (20) +UPDATE zone_points SET target_heading = 76 WHERE id = 1670; -- gyrospirez (20) +UPDATE zone_points SET target_heading = 508 WHERE id = 1664; -- dragonscale (100) +UPDATE zone_points SET target_heading = 76 WHERE id = 1666; -- dragonscale (300) +UPDATE zone_points SET target_heading = 494 WHERE id = 1672; -- lopingplains (10) +UPDATE zone_points SET target_heading = 319 WHERE id = 1673; -- lopingplains (20) +UPDATE zone_points SET target_heading = 108 WHERE id = 1671; -- hillsofshade (10) +UPDATE zone_points SET target_heading = 433 WHERE id = 1660; -- bloodmoon (0) +UPDATE zone_points SET target_heading = 19 WHERE id = 1663; -- bloodmoon (30) +UPDATE zone_points SET target_heading = 258 WHERE id = 1657; -- steamfontmts (30) +UPDATE zone_points SET target_heading = 105 WHERE id = 1658; -- steamfontmts (40) +UPDATE zone_points SET target_heading = 256 WHERE id = 1659; -- steamfontmts (50) +UPDATE zone_points SET target_heading = 250 WHERE id = 1734; -- oldfieldofbone (10) +UPDATE zone_points SET target_heading = 130 WHERE id = 1735; -- oldfieldofbone (23) +UPDATE zone_points SET target_heading = 127 WHERE id = 1736; -- oldfieldofbone (200) +UPDATE zone_points SET target_heading = 383 WHERE id = 1737; -- oldfieldofbone (210) +UPDATE zone_points SET target_heading = 240 WHERE id = 1738; -- oldfieldofbone (500) +UPDATE zone_points SET target_heading = 66 WHERE id = 1707; -- oldkaesoraa (10) +UPDATE zone_points SET target_heading = 487 WHERE id = 1706; -- oldkaesorab (10) +UPDATE zone_points SET target_heading = 262 WHERE id = 1730; -- oldkurn (0) +UPDATE zone_points SET target_heading = 262 WHERE id = 1731; -- oldkurn (10) +UPDATE zone_points SET target_heading = 290 WHERE id = 1726; -- oldkithicor (10) +UPDATE zone_points SET target_heading = 56 WHERE id = 1728; -- oldkithicor (22) +UPDATE zone_points SET target_heading = 273 WHERE id = 1729; -- oldkithicor (30) +UPDATE zone_points SET target_heading = 109 WHERE id = 1721; -- oldcommons (10) +UPDATE zone_points SET target_heading = 384 WHERE id = 1578; -- commonlands (50) +UPDATE zone_points SET target_heading = 384 WHERE id = 1725; -- oldcommons (50) +UPDATE zone_points SET target_heading = 167 WHERE id = 1758; -- thevoida (10) +UPDATE zone_points SET target_heading = 76 WHERE id = 1741; -- thevoide (20) +UPDATE zone_points SET target_heading = 76 WHERE id = 1759; -- thevoida (20) +UPDATE zone_points SET target_heading = 76 WHERE id = 1776; -- thevoidb (20) +UPDATE zone_points SET target_heading = 76 WHERE id = 1792; -- thevoidc (20) +UPDATE zone_points SET target_heading = 76 WHERE id = 1808; -- thevoidd (20) +UPDATE zone_points SET target_heading = 76 WHERE id = 1824; -- thevoidf (20) +UPDATE zone_points SET target_heading = 76 WHERE id = 1840; -- thevoidg (20) +UPDATE zone_points SET target_heading = 225 WHERE id = 1742; -- thevoide (30) +UPDATE zone_points SET target_heading = 225 WHERE id = 1760; -- thevoida (30) +UPDATE zone_points SET target_heading = 225 WHERE id = 1777; -- thevoidb (30) +UPDATE zone_points SET target_heading = 225 WHERE id = 1793; -- thevoidc (30) +UPDATE zone_points SET target_heading = 225 WHERE id = 1809; -- thevoidd (30) +UPDATE zone_points SET target_heading = 225 WHERE id = 1825; -- thevoidf (30) +UPDATE zone_points SET target_heading = 225 WHERE id = 1841; -- thevoidg (30) +UPDATE zone_points SET target_heading = 448 WHERE id = 1761; -- thevoida (40) +UPDATE zone_points SET target_heading = 25 WHERE id = 1762; -- thevoida (50) +UPDATE zone_points SET target_heading = 106 WHERE id = 1763; -- thevoida (60) +UPDATE zone_points SET target_heading = 185 WHERE id = 1764; -- thevoida (70) +UPDATE zone_points SET target_heading = 270 WHERE id = 1747; -- thevoide (80) +UPDATE zone_points SET target_heading = 270 WHERE id = 1765; -- thevoida (80) +UPDATE zone_points SET target_heading = 270 WHERE id = 1782; -- thevoidb (80) +UPDATE zone_points SET target_heading = 270 WHERE id = 1798; -- thevoidc (80) +UPDATE zone_points SET target_heading = 270 WHERE id = 1814; -- thevoidd (80) +UPDATE zone_points SET target_heading = 270 WHERE id = 1830; -- thevoidf (80) +UPDATE zone_points SET target_heading = 270 WHERE id = 1846; -- thevoidg (80) +UPDATE zone_points SET target_heading = 125 WHERE id = 1748; -- thevoide (90) +UPDATE zone_points SET target_heading = 125 WHERE id = 1766; -- thevoida (90) +UPDATE zone_points SET target_heading = 125 WHERE id = 1783; -- thevoidb (90) +UPDATE zone_points SET target_heading = 125 WHERE id = 1799; -- thevoidc (90) +UPDATE zone_points SET target_heading = 125 WHERE id = 1815; -- thevoidd (90) +UPDATE zone_points SET target_heading = 125 WHERE id = 1831; -- thevoidf (90) +UPDATE zone_points SET target_heading = 125 WHERE id = 1847; -- thevoidg (90) +UPDATE zone_points SET target_heading = 350 WHERE id = 1767; -- thevoida (100) +UPDATE zone_points SET target_heading = 288 WHERE id = 1769; -- thevoida (120) +UPDATE zone_points SET target_heading = 35 WHERE id = 1752; -- thevoide (130) +UPDATE zone_points SET target_heading = 35 WHERE id = 1770; -- thevoida (130) +UPDATE zone_points SET target_heading = 35 WHERE id = 1787; -- thevoidb (130) +UPDATE zone_points SET target_heading = 35 WHERE id = 1803; -- thevoidc (130) +UPDATE zone_points SET target_heading = 35 WHERE id = 1819; -- thevoidd (130) +UPDATE zone_points SET target_heading = 35 WHERE id = 1835; -- thevoidf (130) +UPDATE zone_points SET target_heading = 35 WHERE id = 1851; -- thevoidg (130) +UPDATE zone_points SET target_heading = 220 WHERE id = 1771; -- thevoida (140) +UPDATE zone_points SET target_heading = 175 WHERE id = 1754; -- thevoide (150) +UPDATE zone_points SET target_heading = 175 WHERE id = 1772; -- thevoida (150) +UPDATE zone_points SET target_heading = 175 WHERE id = 1789; -- thevoidb (150) +UPDATE zone_points SET target_heading = 175 WHERE id = 1805; -- thevoidc (150) +UPDATE zone_points SET target_heading = 175 WHERE id = 1821; -- thevoidd (150) +UPDATE zone_points SET target_heading = 175 WHERE id = 1837; -- thevoidf (150) +UPDATE zone_points SET target_heading = 175 WHERE id = 1853; -- thevoidg (150) +UPDATE zone_points SET target_heading = 441 WHERE id = 1773; -- thevoida (160) +UPDATE zone_points SET target_heading = 167 WHERE id = 1775; -- thevoidb (10) +UPDATE zone_points SET target_heading = 76 WHERE id = 1741; -- thevoide (20) +UPDATE zone_points SET target_heading = 76 WHERE id = 1759; -- thevoida (20) +UPDATE zone_points SET target_heading = 76 WHERE id = 1776; -- thevoidb (20) +UPDATE zone_points SET target_heading = 76 WHERE id = 1792; -- thevoidc (20) +UPDATE zone_points SET target_heading = 76 WHERE id = 1808; -- thevoidd (20) +UPDATE zone_points SET target_heading = 76 WHERE id = 1824; -- thevoidf (20) +UPDATE zone_points SET target_heading = 76 WHERE id = 1840; -- thevoidg (20) +UPDATE zone_points SET target_heading = 225 WHERE id = 1742; -- thevoide (30) +UPDATE zone_points SET target_heading = 225 WHERE id = 1760; -- thevoida (30) +UPDATE zone_points SET target_heading = 225 WHERE id = 1777; -- thevoidb (30) +UPDATE zone_points SET target_heading = 225 WHERE id = 1793; -- thevoidc (30) +UPDATE zone_points SET target_heading = 225 WHERE id = 1809; -- thevoidd (30) +UPDATE zone_points SET target_heading = 225 WHERE id = 1825; -- thevoidf (30) +UPDATE zone_points SET target_heading = 225 WHERE id = 1841; -- thevoidg (30) +UPDATE zone_points SET target_heading = 448 WHERE id = 1778; -- thevoidb (40) +UPDATE zone_points SET target_heading = 25 WHERE id = 1779; -- thevoidb (50) +UPDATE zone_points SET target_heading = 106 WHERE id = 1780; -- thevoidb (60) +UPDATE zone_points SET target_heading = 185 WHERE id = 1781; -- thevoidb (70) +UPDATE zone_points SET target_heading = 270 WHERE id = 1747; -- thevoide (80) +UPDATE zone_points SET target_heading = 270 WHERE id = 1765; -- thevoida (80) +UPDATE zone_points SET target_heading = 270 WHERE id = 1782; -- thevoidb (80) +UPDATE zone_points SET target_heading = 270 WHERE id = 1798; -- thevoidc (80) +UPDATE zone_points SET target_heading = 270 WHERE id = 1814; -- thevoidd (80) +UPDATE zone_points SET target_heading = 270 WHERE id = 1830; -- thevoidf (80) +UPDATE zone_points SET target_heading = 270 WHERE id = 1846; -- thevoidg (80) +UPDATE zone_points SET target_heading = 125 WHERE id = 1748; -- thevoide (90) +UPDATE zone_points SET target_heading = 125 WHERE id = 1766; -- thevoida (90) +UPDATE zone_points SET target_heading = 125 WHERE id = 1783; -- thevoidb (90) +UPDATE zone_points SET target_heading = 125 WHERE id = 1799; -- thevoidc (90) +UPDATE zone_points SET target_heading = 125 WHERE id = 1815; -- thevoidd (90) +UPDATE zone_points SET target_heading = 125 WHERE id = 1831; -- thevoidf (90) +UPDATE zone_points SET target_heading = 125 WHERE id = 1847; -- thevoidg (90) +UPDATE zone_points SET target_heading = 350 WHERE id = 1784; -- thevoidb (100) +UPDATE zone_points SET target_heading = 288 WHERE id = 1786; -- thevoidb (120) +UPDATE zone_points SET target_heading = 35 WHERE id = 1752; -- thevoide (130) +UPDATE zone_points SET target_heading = 35 WHERE id = 1770; -- thevoida (130) +UPDATE zone_points SET target_heading = 35 WHERE id = 1787; -- thevoidb (130) +UPDATE zone_points SET target_heading = 35 WHERE id = 1803; -- thevoidc (130) +UPDATE zone_points SET target_heading = 35 WHERE id = 1819; -- thevoidd (130) +UPDATE zone_points SET target_heading = 35 WHERE id = 1835; -- thevoidf (130) +UPDATE zone_points SET target_heading = 35 WHERE id = 1851; -- thevoidg (130) +UPDATE zone_points SET target_heading = 220 WHERE id = 1788; -- thevoidb (140) +UPDATE zone_points SET target_heading = 175 WHERE id = 1754; -- thevoide (150) +UPDATE zone_points SET target_heading = 175 WHERE id = 1772; -- thevoida (150) +UPDATE zone_points SET target_heading = 175 WHERE id = 1789; -- thevoidb (150) +UPDATE zone_points SET target_heading = 175 WHERE id = 1805; -- thevoidc (150) +UPDATE zone_points SET target_heading = 175 WHERE id = 1821; -- thevoidd (150) +UPDATE zone_points SET target_heading = 175 WHERE id = 1837; -- thevoidf (150) +UPDATE zone_points SET target_heading = 175 WHERE id = 1853; -- thevoidg (150) +UPDATE zone_points SET target_heading = 441 WHERE id = 1790; -- thevoidb (160) +UPDATE zone_points SET target_heading = 167 WHERE id = 1791; -- thevoidc (10) +UPDATE zone_points SET target_heading = 76 WHERE id = 1741; -- thevoide (20) +UPDATE zone_points SET target_heading = 76 WHERE id = 1759; -- thevoida (20) +UPDATE zone_points SET target_heading = 76 WHERE id = 1776; -- thevoidb (20) +UPDATE zone_points SET target_heading = 76 WHERE id = 1792; -- thevoidc (20) +UPDATE zone_points SET target_heading = 76 WHERE id = 1808; -- thevoidd (20) +UPDATE zone_points SET target_heading = 76 WHERE id = 1824; -- thevoidf (20) +UPDATE zone_points SET target_heading = 76 WHERE id = 1840; -- thevoidg (20) +UPDATE zone_points SET target_heading = 225 WHERE id = 1742; -- thevoide (30) +UPDATE zone_points SET target_heading = 225 WHERE id = 1760; -- thevoida (30) +UPDATE zone_points SET target_heading = 225 WHERE id = 1777; -- thevoidb (30) +UPDATE zone_points SET target_heading = 225 WHERE id = 1793; -- thevoidc (30) +UPDATE zone_points SET target_heading = 225 WHERE id = 1809; -- thevoidd (30) +UPDATE zone_points SET target_heading = 225 WHERE id = 1825; -- thevoidf (30) +UPDATE zone_points SET target_heading = 225 WHERE id = 1841; -- thevoidg (30) +UPDATE zone_points SET target_heading = 448 WHERE id = 1794; -- thevoidc (40) +UPDATE zone_points SET target_heading = 25 WHERE id = 1795; -- thevoidc (50) +UPDATE zone_points SET target_heading = 106 WHERE id = 1796; -- thevoidc (60) +UPDATE zone_points SET target_heading = 185 WHERE id = 1797; -- thevoidc (70) +UPDATE zone_points SET target_heading = 270 WHERE id = 1747; -- thevoide (80) +UPDATE zone_points SET target_heading = 270 WHERE id = 1765; -- thevoida (80) +UPDATE zone_points SET target_heading = 270 WHERE id = 1782; -- thevoidb (80) +UPDATE zone_points SET target_heading = 270 WHERE id = 1798; -- thevoidc (80) +UPDATE zone_points SET target_heading = 270 WHERE id = 1814; -- thevoidd (80) +UPDATE zone_points SET target_heading = 270 WHERE id = 1830; -- thevoidf (80) +UPDATE zone_points SET target_heading = 270 WHERE id = 1846; -- thevoidg (80) +UPDATE zone_points SET target_heading = 125 WHERE id = 1748; -- thevoide (90) +UPDATE zone_points SET target_heading = 125 WHERE id = 1766; -- thevoida (90) +UPDATE zone_points SET target_heading = 125 WHERE id = 1783; -- thevoidb (90) +UPDATE zone_points SET target_heading = 125 WHERE id = 1799; -- thevoidc (90) +UPDATE zone_points SET target_heading = 125 WHERE id = 1815; -- thevoidd (90) +UPDATE zone_points SET target_heading = 125 WHERE id = 1831; -- thevoidf (90) +UPDATE zone_points SET target_heading = 125 WHERE id = 1847; -- thevoidg (90) +UPDATE zone_points SET target_heading = 350 WHERE id = 1800; -- thevoidc (100) +UPDATE zone_points SET target_heading = 288 WHERE id = 1802; -- thevoidc (120) +UPDATE zone_points SET target_heading = 35 WHERE id = 1752; -- thevoide (130) +UPDATE zone_points SET target_heading = 35 WHERE id = 1770; -- thevoida (130) +UPDATE zone_points SET target_heading = 35 WHERE id = 1787; -- thevoidb (130) +UPDATE zone_points SET target_heading = 35 WHERE id = 1803; -- thevoidc (130) +UPDATE zone_points SET target_heading = 35 WHERE id = 1819; -- thevoidd (130) +UPDATE zone_points SET target_heading = 35 WHERE id = 1835; -- thevoidf (130) +UPDATE zone_points SET target_heading = 35 WHERE id = 1851; -- thevoidg (130) +UPDATE zone_points SET target_heading = 220 WHERE id = 1804; -- thevoidc (140) +UPDATE zone_points SET target_heading = 175 WHERE id = 1754; -- thevoide (150) +UPDATE zone_points SET target_heading = 175 WHERE id = 1772; -- thevoida (150) +UPDATE zone_points SET target_heading = 175 WHERE id = 1789; -- thevoidb (150) +UPDATE zone_points SET target_heading = 175 WHERE id = 1805; -- thevoidc (150) +UPDATE zone_points SET target_heading = 175 WHERE id = 1821; -- thevoidd (150) +UPDATE zone_points SET target_heading = 175 WHERE id = 1837; -- thevoidf (150) +UPDATE zone_points SET target_heading = 175 WHERE id = 1853; -- thevoidg (150) +UPDATE zone_points SET target_heading = 441 WHERE id = 1806; -- thevoidc (160) +UPDATE zone_points SET target_heading = 167 WHERE id = 1807; -- thevoidd (10) +UPDATE zone_points SET target_heading = 76 WHERE id = 1741; -- thevoide (20) +UPDATE zone_points SET target_heading = 76 WHERE id = 1759; -- thevoida (20) +UPDATE zone_points SET target_heading = 76 WHERE id = 1776; -- thevoidb (20) +UPDATE zone_points SET target_heading = 76 WHERE id = 1792; -- thevoidc (20) +UPDATE zone_points SET target_heading = 76 WHERE id = 1808; -- thevoidd (20) +UPDATE zone_points SET target_heading = 76 WHERE id = 1824; -- thevoidf (20) +UPDATE zone_points SET target_heading = 76 WHERE id = 1840; -- thevoidg (20) +UPDATE zone_points SET target_heading = 225 WHERE id = 1742; -- thevoide (30) +UPDATE zone_points SET target_heading = 225 WHERE id = 1760; -- thevoida (30) +UPDATE zone_points SET target_heading = 225 WHERE id = 1777; -- thevoidb (30) +UPDATE zone_points SET target_heading = 225 WHERE id = 1793; -- thevoidc (30) +UPDATE zone_points SET target_heading = 225 WHERE id = 1809; -- thevoidd (30) +UPDATE zone_points SET target_heading = 225 WHERE id = 1825; -- thevoidf (30) +UPDATE zone_points SET target_heading = 225 WHERE id = 1841; -- thevoidg (30) +UPDATE zone_points SET target_heading = 448 WHERE id = 1810; -- thevoidd (40) +UPDATE zone_points SET target_heading = 25 WHERE id = 1811; -- thevoidd (50) +UPDATE zone_points SET target_heading = 106 WHERE id = 1812; -- thevoidd (60) +UPDATE zone_points SET target_heading = 185 WHERE id = 1813; -- thevoidd (70) +UPDATE zone_points SET target_heading = 270 WHERE id = 1747; -- thevoide (80) +UPDATE zone_points SET target_heading = 270 WHERE id = 1765; -- thevoida (80) +UPDATE zone_points SET target_heading = 270 WHERE id = 1782; -- thevoidb (80) +UPDATE zone_points SET target_heading = 270 WHERE id = 1798; -- thevoidc (80) +UPDATE zone_points SET target_heading = 270 WHERE id = 1814; -- thevoidd (80) +UPDATE zone_points SET target_heading = 270 WHERE id = 1830; -- thevoidf (80) +UPDATE zone_points SET target_heading = 270 WHERE id = 1846; -- thevoidg (80) +UPDATE zone_points SET target_heading = 125 WHERE id = 1748; -- thevoide (90) +UPDATE zone_points SET target_heading = 125 WHERE id = 1766; -- thevoida (90) +UPDATE zone_points SET target_heading = 125 WHERE id = 1783; -- thevoidb (90) +UPDATE zone_points SET target_heading = 125 WHERE id = 1799; -- thevoidc (90) +UPDATE zone_points SET target_heading = 125 WHERE id = 1815; -- thevoidd (90) +UPDATE zone_points SET target_heading = 125 WHERE id = 1831; -- thevoidf (90) +UPDATE zone_points SET target_heading = 125 WHERE id = 1847; -- thevoidg (90) +UPDATE zone_points SET target_heading = 350 WHERE id = 1816; -- thevoidd (100) +UPDATE zone_points SET target_heading = 288 WHERE id = 1818; -- thevoidd (120) +UPDATE zone_points SET target_heading = 35 WHERE id = 1752; -- thevoide (130) +UPDATE zone_points SET target_heading = 35 WHERE id = 1770; -- thevoida (130) +UPDATE zone_points SET target_heading = 35 WHERE id = 1787; -- thevoidb (130) +UPDATE zone_points SET target_heading = 35 WHERE id = 1803; -- thevoidc (130) +UPDATE zone_points SET target_heading = 35 WHERE id = 1819; -- thevoidd (130) +UPDATE zone_points SET target_heading = 35 WHERE id = 1835; -- thevoidf (130) +UPDATE zone_points SET target_heading = 35 WHERE id = 1851; -- thevoidg (130) +UPDATE zone_points SET target_heading = 220 WHERE id = 1820; -- thevoidd (140) +UPDATE zone_points SET target_heading = 175 WHERE id = 1754; -- thevoide (150) +UPDATE zone_points SET target_heading = 175 WHERE id = 1772; -- thevoida (150) +UPDATE zone_points SET target_heading = 175 WHERE id = 1789; -- thevoidb (150) +UPDATE zone_points SET target_heading = 175 WHERE id = 1805; -- thevoidc (150) +UPDATE zone_points SET target_heading = 175 WHERE id = 1821; -- thevoidd (150) +UPDATE zone_points SET target_heading = 175 WHERE id = 1837; -- thevoidf (150) +UPDATE zone_points SET target_heading = 175 WHERE id = 1853; -- thevoidg (150) +UPDATE zone_points SET target_heading = 441 WHERE id = 1822; -- thevoidd (160) +UPDATE zone_points SET target_heading = 167 WHERE id = 1740; -- thevoide (10) +UPDATE zone_points SET target_heading = 76 WHERE id = 1741; -- thevoide (20) +UPDATE zone_points SET target_heading = 76 WHERE id = 1759; -- thevoida (20) +UPDATE zone_points SET target_heading = 76 WHERE id = 1776; -- thevoidb (20) +UPDATE zone_points SET target_heading = 76 WHERE id = 1792; -- thevoidc (20) +UPDATE zone_points SET target_heading = 76 WHERE id = 1808; -- thevoidd (20) +UPDATE zone_points SET target_heading = 76 WHERE id = 1824; -- thevoidf (20) +UPDATE zone_points SET target_heading = 76 WHERE id = 1840; -- thevoidg (20) +UPDATE zone_points SET target_heading = 225 WHERE id = 1742; -- thevoide (30) +UPDATE zone_points SET target_heading = 225 WHERE id = 1760; -- thevoida (30) +UPDATE zone_points SET target_heading = 225 WHERE id = 1777; -- thevoidb (30) +UPDATE zone_points SET target_heading = 225 WHERE id = 1793; -- thevoidc (30) +UPDATE zone_points SET target_heading = 225 WHERE id = 1809; -- thevoidd (30) +UPDATE zone_points SET target_heading = 225 WHERE id = 1825; -- thevoidf (30) +UPDATE zone_points SET target_heading = 225 WHERE id = 1841; -- thevoidg (30) +UPDATE zone_points SET target_heading = 448 WHERE id = 1743; -- thevoide (40) +UPDATE zone_points SET target_heading = 25 WHERE id = 1744; -- thevoide (50) +UPDATE zone_points SET target_heading = 106 WHERE id = 1745; -- thevoide (60) +UPDATE zone_points SET target_heading = 185 WHERE id = 1746; -- thevoide (70) +UPDATE zone_points SET target_heading = 270 WHERE id = 1747; -- thevoide (80) +UPDATE zone_points SET target_heading = 270 WHERE id = 1765; -- thevoida (80) +UPDATE zone_points SET target_heading = 270 WHERE id = 1782; -- thevoidb (80) +UPDATE zone_points SET target_heading = 270 WHERE id = 1798; -- thevoidc (80) +UPDATE zone_points SET target_heading = 270 WHERE id = 1814; -- thevoidd (80) +UPDATE zone_points SET target_heading = 270 WHERE id = 1830; -- thevoidf (80) +UPDATE zone_points SET target_heading = 270 WHERE id = 1846; -- thevoidg (80) +UPDATE zone_points SET target_heading = 125 WHERE id = 1748; -- thevoide (90) +UPDATE zone_points SET target_heading = 125 WHERE id = 1766; -- thevoida (90) +UPDATE zone_points SET target_heading = 125 WHERE id = 1783; -- thevoidb (90) +UPDATE zone_points SET target_heading = 125 WHERE id = 1799; -- thevoidc (90) +UPDATE zone_points SET target_heading = 125 WHERE id = 1815; -- thevoidd (90) +UPDATE zone_points SET target_heading = 125 WHERE id = 1831; -- thevoidf (90) +UPDATE zone_points SET target_heading = 125 WHERE id = 1847; -- thevoidg (90) +UPDATE zone_points SET target_heading = 350 WHERE id = 1749; -- thevoide (100) +UPDATE zone_points SET target_heading = 288 WHERE id = 1751; -- thevoide (120) +UPDATE zone_points SET target_heading = 35 WHERE id = 1752; -- thevoide (130) +UPDATE zone_points SET target_heading = 35 WHERE id = 1770; -- thevoida (130) +UPDATE zone_points SET target_heading = 35 WHERE id = 1787; -- thevoidb (130) +UPDATE zone_points SET target_heading = 35 WHERE id = 1803; -- thevoidc (130) +UPDATE zone_points SET target_heading = 35 WHERE id = 1819; -- thevoidd (130) +UPDATE zone_points SET target_heading = 35 WHERE id = 1835; -- thevoidf (130) +UPDATE zone_points SET target_heading = 35 WHERE id = 1851; -- thevoidg (130) +UPDATE zone_points SET target_heading = 220 WHERE id = 1753; -- thevoide (140) +UPDATE zone_points SET target_heading = 175 WHERE id = 1754; -- thevoide (150) +UPDATE zone_points SET target_heading = 175 WHERE id = 1772; -- thevoida (150) +UPDATE zone_points SET target_heading = 175 WHERE id = 1789; -- thevoidb (150) +UPDATE zone_points SET target_heading = 175 WHERE id = 1805; -- thevoidc (150) +UPDATE zone_points SET target_heading = 175 WHERE id = 1821; -- thevoidd (150) +UPDATE zone_points SET target_heading = 175 WHERE id = 1837; -- thevoidf (150) +UPDATE zone_points SET target_heading = 175 WHERE id = 1853; -- thevoidg (150) +UPDATE zone_points SET target_heading = 441 WHERE id = 1755; -- thevoide (160) +UPDATE zone_points SET target_heading = 167 WHERE id = 1823; -- thevoidf (10) +UPDATE zone_points SET target_heading = 76 WHERE id = 1741; -- thevoide (20) +UPDATE zone_points SET target_heading = 76 WHERE id = 1759; -- thevoida (20) +UPDATE zone_points SET target_heading = 76 WHERE id = 1776; -- thevoidb (20) +UPDATE zone_points SET target_heading = 76 WHERE id = 1792; -- thevoidc (20) +UPDATE zone_points SET target_heading = 76 WHERE id = 1808; -- thevoidd (20) +UPDATE zone_points SET target_heading = 76 WHERE id = 1824; -- thevoidf (20) +UPDATE zone_points SET target_heading = 76 WHERE id = 1840; -- thevoidg (20) +UPDATE zone_points SET target_heading = 225 WHERE id = 1742; -- thevoide (30) +UPDATE zone_points SET target_heading = 225 WHERE id = 1760; -- thevoida (30) +UPDATE zone_points SET target_heading = 225 WHERE id = 1777; -- thevoidb (30) +UPDATE zone_points SET target_heading = 225 WHERE id = 1793; -- thevoidc (30) +UPDATE zone_points SET target_heading = 225 WHERE id = 1809; -- thevoidd (30) +UPDATE zone_points SET target_heading = 225 WHERE id = 1825; -- thevoidf (30) +UPDATE zone_points SET target_heading = 225 WHERE id = 1841; -- thevoidg (30) +UPDATE zone_points SET target_heading = 448 WHERE id = 1826; -- thevoidf (40) +UPDATE zone_points SET target_heading = 25 WHERE id = 1827; -- thevoidf (50) +UPDATE zone_points SET target_heading = 106 WHERE id = 1828; -- thevoidf (60) +UPDATE zone_points SET target_heading = 185 WHERE id = 1829; -- thevoidf (70) +UPDATE zone_points SET target_heading = 270 WHERE id = 1747; -- thevoide (80) +UPDATE zone_points SET target_heading = 270 WHERE id = 1765; -- thevoida (80) +UPDATE zone_points SET target_heading = 270 WHERE id = 1782; -- thevoidb (80) +UPDATE zone_points SET target_heading = 270 WHERE id = 1798; -- thevoidc (80) +UPDATE zone_points SET target_heading = 270 WHERE id = 1814; -- thevoidd (80) +UPDATE zone_points SET target_heading = 270 WHERE id = 1830; -- thevoidf (80) +UPDATE zone_points SET target_heading = 270 WHERE id = 1846; -- thevoidg (80) +UPDATE zone_points SET target_heading = 125 WHERE id = 1748; -- thevoide (90) +UPDATE zone_points SET target_heading = 125 WHERE id = 1766; -- thevoida (90) +UPDATE zone_points SET target_heading = 125 WHERE id = 1783; -- thevoidb (90) +UPDATE zone_points SET target_heading = 125 WHERE id = 1799; -- thevoidc (90) +UPDATE zone_points SET target_heading = 125 WHERE id = 1815; -- thevoidd (90) +UPDATE zone_points SET target_heading = 125 WHERE id = 1831; -- thevoidf (90) +UPDATE zone_points SET target_heading = 125 WHERE id = 1847; -- thevoidg (90) +UPDATE zone_points SET target_heading = 350 WHERE id = 1832; -- thevoidf (100) +UPDATE zone_points SET target_heading = 288 WHERE id = 1834; -- thevoidf (120) +UPDATE zone_points SET target_heading = 35 WHERE id = 1752; -- thevoide (130) +UPDATE zone_points SET target_heading = 35 WHERE id = 1770; -- thevoida (130) +UPDATE zone_points SET target_heading = 35 WHERE id = 1787; -- thevoidb (130) +UPDATE zone_points SET target_heading = 35 WHERE id = 1803; -- thevoidc (130) +UPDATE zone_points SET target_heading = 35 WHERE id = 1819; -- thevoidd (130) +UPDATE zone_points SET target_heading = 35 WHERE id = 1835; -- thevoidf (130) +UPDATE zone_points SET target_heading = 35 WHERE id = 1851; -- thevoidg (130) +UPDATE zone_points SET target_heading = 220 WHERE id = 1836; -- thevoidf (140) +UPDATE zone_points SET target_heading = 175 WHERE id = 1754; -- thevoide (150) +UPDATE zone_points SET target_heading = 175 WHERE id = 1772; -- thevoida (150) +UPDATE zone_points SET target_heading = 175 WHERE id = 1789; -- thevoidb (150) +UPDATE zone_points SET target_heading = 175 WHERE id = 1805; -- thevoidc (150) +UPDATE zone_points SET target_heading = 175 WHERE id = 1821; -- thevoidd (150) +UPDATE zone_points SET target_heading = 175 WHERE id = 1837; -- thevoidf (150) +UPDATE zone_points SET target_heading = 175 WHERE id = 1853; -- thevoidg (150) +UPDATE zone_points SET target_heading = 441 WHERE id = 1838; -- thevoidf (160) +UPDATE zone_points SET target_heading = 167 WHERE id = 1839; -- thevoidg (10) +UPDATE zone_points SET target_heading = 76 WHERE id = 1741; -- thevoide (20) +UPDATE zone_points SET target_heading = 76 WHERE id = 1759; -- thevoida (20) +UPDATE zone_points SET target_heading = 76 WHERE id = 1776; -- thevoidb (20) +UPDATE zone_points SET target_heading = 76 WHERE id = 1792; -- thevoidc (20) +UPDATE zone_points SET target_heading = 76 WHERE id = 1808; -- thevoidd (20) +UPDATE zone_points SET target_heading = 76 WHERE id = 1824; -- thevoidf (20) +UPDATE zone_points SET target_heading = 76 WHERE id = 1840; -- thevoidg (20) +UPDATE zone_points SET target_heading = 225 WHERE id = 1742; -- thevoide (30) +UPDATE zone_points SET target_heading = 225 WHERE id = 1760; -- thevoida (30) +UPDATE zone_points SET target_heading = 225 WHERE id = 1777; -- thevoidb (30) +UPDATE zone_points SET target_heading = 225 WHERE id = 1793; -- thevoidc (30) +UPDATE zone_points SET target_heading = 225 WHERE id = 1809; -- thevoidd (30) +UPDATE zone_points SET target_heading = 225 WHERE id = 1825; -- thevoidf (30) +UPDATE zone_points SET target_heading = 225 WHERE id = 1841; -- thevoidg (30) +UPDATE zone_points SET target_heading = 448 WHERE id = 1842; -- thevoidg (40) +UPDATE zone_points SET target_heading = 25 WHERE id = 1843; -- thevoidg (50) +UPDATE zone_points SET target_heading = 106 WHERE id = 1844; -- thevoidg (60) +UPDATE zone_points SET target_heading = 185 WHERE id = 1845; -- thevoidg (70) +UPDATE zone_points SET target_heading = 270 WHERE id = 1747; -- thevoide (80) +UPDATE zone_points SET target_heading = 270 WHERE id = 1765; -- thevoida (80) +UPDATE zone_points SET target_heading = 270 WHERE id = 1782; -- thevoidb (80) +UPDATE zone_points SET target_heading = 270 WHERE id = 1798; -- thevoidc (80) +UPDATE zone_points SET target_heading = 270 WHERE id = 1814; -- thevoidd (80) +UPDATE zone_points SET target_heading = 270 WHERE id = 1830; -- thevoidf (80) +UPDATE zone_points SET target_heading = 270 WHERE id = 1846; -- thevoidg (80) +UPDATE zone_points SET target_heading = 125 WHERE id = 1748; -- thevoide (90) +UPDATE zone_points SET target_heading = 125 WHERE id = 1766; -- thevoida (90) +UPDATE zone_points SET target_heading = 125 WHERE id = 1783; -- thevoidb (90) +UPDATE zone_points SET target_heading = 125 WHERE id = 1799; -- thevoidc (90) +UPDATE zone_points SET target_heading = 125 WHERE id = 1815; -- thevoidd (90) +UPDATE zone_points SET target_heading = 125 WHERE id = 1831; -- thevoidf (90) +UPDATE zone_points SET target_heading = 125 WHERE id = 1847; -- thevoidg (90) +UPDATE zone_points SET target_heading = 350 WHERE id = 1848; -- thevoidg (100) +UPDATE zone_points SET target_heading = 288 WHERE id = 1850; -- thevoidg (120) +UPDATE zone_points SET target_heading = 35 WHERE id = 1752; -- thevoide (130) +UPDATE zone_points SET target_heading = 35 WHERE id = 1770; -- thevoida (130) +UPDATE zone_points SET target_heading = 35 WHERE id = 1787; -- thevoidb (130) +UPDATE zone_points SET target_heading = 35 WHERE id = 1803; -- thevoidc (130) +UPDATE zone_points SET target_heading = 35 WHERE id = 1819; -- thevoidd (130) +UPDATE zone_points SET target_heading = 35 WHERE id = 1835; -- thevoidf (130) +UPDATE zone_points SET target_heading = 35 WHERE id = 1851; -- thevoidg (130) +UPDATE zone_points SET target_heading = 220 WHERE id = 1852; -- thevoidg (140) +UPDATE zone_points SET target_heading = 175 WHERE id = 1754; -- thevoide (150) +UPDATE zone_points SET target_heading = 175 WHERE id = 1772; -- thevoida (150) +UPDATE zone_points SET target_heading = 175 WHERE id = 1789; -- thevoidb (150) +UPDATE zone_points SET target_heading = 175 WHERE id = 1805; -- thevoidc (150) +UPDATE zone_points SET target_heading = 175 WHERE id = 1821; -- thevoidd (150) +UPDATE zone_points SET target_heading = 175 WHERE id = 1837; -- thevoidf (150) +UPDATE zone_points SET target_heading = 175 WHERE id = 1853; -- thevoidg (150) +UPDATE zone_points SET target_heading = 441 WHERE id = 1854; -- thevoidg (160) +UPDATE zone_points SET target_heading = 375 WHERE id = 1712; -- oceangreenhills (20) +UPDATE zone_points SET target_heading = 292 WHERE id = 1713; -- oceangreenhills (21) +UPDATE zone_points SET target_heading = 90 WHERE id = 1714; -- oceangreenhills (30) +UPDATE zone_points SET target_heading = 385 WHERE id = 1716; -- oceangreenvillage (20) +UPDATE zone_points SET target_heading = 6 WHERE id = 1705; -- bertoxtemple (10) +UPDATE zone_points SET target_heading = 95 WHERE id = 1708; -- discord (26) +UPDATE zone_points SET target_heading = 256 WHERE id = 1717; -- oldbloodfield (10) +UPDATE zone_points SET target_heading = 222 WHERE id = 1718; -- oldbloodfield (20) +UPDATE zone_points SET target_heading = 434 WHERE id = 1719; -- oldbloodfield (25) +UPDATE zone_points SET target_heading = 261 WHERE id = 1720; -- olddranik (10) +UPDATE zone_points SET target_heading = 507 WHERE id = 1756; -- toskirakk (20) +UPDATE zone_points SET target_heading = 408 WHERE id = 1757; -- toskirakk (24) +UPDATE zone_points SET target_heading = 160 WHERE id = 1709; -- korascian (10) +UPDATE zone_points SET target_heading = 384 WHERE id = 1710; -- korascian (20) +UPDATE zone_points SET target_heading = 128 WHERE id = 1739; -- rathechamber (10) +UPDATE zone_points SET target_heading = 45 WHERE id = 1858; -- brellsrest (40) +UPDATE zone_points SET target_heading = 240 WHERE id = 1859; -- brellsrest (50) +UPDATE zone_points SET target_heading = 380 WHERE id = 1865; -- arthicrex (10) +UPDATE zone_points SET target_heading = 332 WHERE id = 1863; -- pellucid (370) +UPDATE zone_points SET target_heading = 383 WHERE id = 1232; -- firiona (77) +UPDATE zone_points SET target_heading = 340 WHERE id = 804; -- blackburrow (7) +UPDATE zone_points SET target_heading = 506 WHERE id = 1476; -- nektulos (10) +UPDATE zone_points SET target_heading = 257 WHERE id = 1447; -- nektulos (77) +UPDATE zone_points SET target_heading = 257 WHERE id = 1480; -- nektulos (77) +UPDATE zone_points SET target_heading = 322 WHERE id = 689; -- nro (4) +UPDATE zone_points SET target_heading = 384 WHERE id = 1240; -- hole (3) +UPDATE zone_points SET target_heading = 256 WHERE id = 1241; -- hole (4) +UPDATE zone_points SET target_heading = 384 WHERE id = 1242; -- hole (5) +UPDATE zone_points SET target_heading = 165 WHERE id = 858; -- gukbottom (2) +UPDATE zone_points SET target_heading = 0 WHERE id = 617; -- greatdivide (2) +UPDATE zone_points SET target_heading = 254 WHERE id = 618; -- greatdivide (3) +UPDATE zone_points SET target_heading = 810 WHERE id = 620; -- greatdivide (77) +UPDATE zone_points SET target_heading = 204 WHERE id = 1886; -- sleeper (10) +UPDATE zone_points SET target_heading = 204 WHERE id = 1886; -- sleeper (10) +UPDATE zone_points SET target_heading = 0 WHERE id = 634; -- hollowshade (2) +UPDATE zone_points SET target_heading = 264 WHERE id = 635; -- hollowshade (3) +UPDATE zone_points SET target_heading = 8 WHERE id = 1986; -- feerrott2 (0) +UPDATE zone_points SET target_heading = 8 WHERE id = 2057; -- feerrott2 (0) +UPDATE zone_points SET target_heading = 255 WHERE id = 1988; -- feerrott2 (25) +UPDATE zone_points SET target_heading = 455 WHERE id = 1989; -- feerrott2 (30) +UPDATE zone_points SET target_heading = 292 WHERE id = 1998; -- thulehouse1 (10) +UPDATE zone_points SET target_heading = 201 WHERE id = 1999; -- thulehouse1 (19) +UPDATE zone_points SET target_heading = 216 WHERE id = 2000; -- thulehouse1 (20) +UPDATE zone_points SET target_heading = 382 WHERE id = 2001; -- thulehouse1 (21) +UPDATE zone_points SET target_heading = 462 WHERE id = 2003; -- thulehouse1 (41) +UPDATE zone_points SET target_heading = 511 WHERE id = 2004; -- thulehouse1 (51) +UPDATE zone_points SET target_heading = 54 WHERE id = 1934; -- thulehouse2 (10) +UPDATE zone_points SET target_heading = 54 WHERE id = 1935; -- thulehouse2 (20) +UPDATE zone_points SET target_heading = 54 WHERE id = 1936; -- thulehouse2 (30) +UPDATE zone_points SET target_heading = 128 WHERE id = 1937; -- thulehouse2 (51) +UPDATE zone_points SET target_heading = 440 WHERE id = 1938; -- thulehouse2 (61) +UPDATE zone_points SET target_heading = 82 WHERE id = 1939; -- thulehouse2 (72) +UPDATE zone_points SET target_heading = 498 WHERE id = 1940; -- thulehouse2 (82) +UPDATE zone_points SET target_heading = 255 WHERE id = 1926; -- housegarden (1) +UPDATE zone_points SET target_heading = 383 WHERE id = 2005; -- thulelibrary (11) +UPDATE zone_points SET target_heading = 495 WHERE id = 1941; -- well (9) +UPDATE zone_points SET target_heading = 127 WHERE id = 1923; -- fallen (23) +UPDATE zone_points SET target_heading = 510 WHERE id = 1924; -- fallen (32) +UPDATE zone_points SET target_heading = 127 WHERE id = 1916; -- morellcastle (40) +UPDATE zone_points SET target_heading = 127 WHERE id = 1921; -- morellcastle (40) +UPDATE zone_points SET target_heading = 127 WHERE id = 1932; -- morellcastle (40) +UPDATE zone_points SET target_heading = 326 WHERE id = 1994; -- somnium (10) +UPDATE zone_points SET target_heading = 132 WHERE id = 1995; -- somnium (20) +UPDATE zone_points SET target_heading = 383 WHERE id = 1922; -- alkabormare (11) +UPDATE zone_points SET target_heading = 383 WHERE id = 1992; -- miragulmare (31) +UPDATE zone_points SET target_heading = 254 WHERE id = 1942; -- neighborhood (1) +UPDATE zone_points SET target_heading = 254 WHERE id = 1943; -- neighborhood (10) +UPDATE zone_points SET target_heading = 374 WHERE id = 1944; -- neighborhood (12) +UPDATE zone_points SET target_heading = 119 WHERE id = 1945; -- neighborhood (13) +UPDATE zone_points SET target_heading = 67 WHERE id = 1946; -- neighborhood (14) +UPDATE zone_points SET target_heading = 356 WHERE id = 1947; -- neighborhood (15) +UPDATE zone_points SET target_heading = 392 WHERE id = 1948; -- neighborhood (16) +UPDATE zone_points SET target_heading = 69 WHERE id = 1949; -- neighborhood (17) +UPDATE zone_points SET target_heading = 27 WHERE id = 1950; -- neighborhood (21) +UPDATE zone_points SET target_heading = 119 WHERE id = 1951; -- neighborhood (23) +UPDATE zone_points SET target_heading = 67 WHERE id = 1952; -- neighborhood (24) +UPDATE zone_points SET target_heading = 356 WHERE id = 1953; -- neighborhood (25) +UPDATE zone_points SET target_heading = 392 WHERE id = 1954; -- neighborhood (26) +UPDATE zone_points SET target_heading = 69 WHERE id = 1955; -- neighborhood (27) +UPDATE zone_points SET target_heading = 27 WHERE id = 1956; -- neighborhood (31) +UPDATE zone_points SET target_heading = 374 WHERE id = 1957; -- neighborhood (32) +UPDATE zone_points SET target_heading = 67 WHERE id = 1958; -- neighborhood (34) +UPDATE zone_points SET target_heading = 356 WHERE id = 1959; -- neighborhood (35) +UPDATE zone_points SET target_heading = 392 WHERE id = 1960; -- neighborhood (36) +UPDATE zone_points SET target_heading = 69 WHERE id = 1961; -- neighborhood (37) +UPDATE zone_points SET target_heading = 27 WHERE id = 1962; -- neighborhood (41) +UPDATE zone_points SET target_heading = 374 WHERE id = 1963; -- neighborhood (42) +UPDATE zone_points SET target_heading = 119 WHERE id = 1964; -- neighborhood (43) +UPDATE zone_points SET target_heading = 356 WHERE id = 1965; -- neighborhood (45) +UPDATE zone_points SET target_heading = 392 WHERE id = 1966; -- neighborhood (46) +UPDATE zone_points SET target_heading = 69 WHERE id = 1967; -- neighborhood (47) +UPDATE zone_points SET target_heading = 27 WHERE id = 1968; -- neighborhood (51) +UPDATE zone_points SET target_heading = 374 WHERE id = 1969; -- neighborhood (52) +UPDATE zone_points SET target_heading = 119 WHERE id = 1970; -- neighborhood (53) +UPDATE zone_points SET target_heading = 67 WHERE id = 1971; -- neighborhood (54) +UPDATE zone_points SET target_heading = 392 WHERE id = 1972; -- neighborhood (56) +UPDATE zone_points SET target_heading = 69 WHERE id = 1973; -- neighborhood (57) +UPDATE zone_points SET target_heading = 27 WHERE id = 1974; -- neighborhood (61) +UPDATE zone_points SET target_heading = 374 WHERE id = 1975; -- neighborhood (62) +UPDATE zone_points SET target_heading = 119 WHERE id = 1976; -- neighborhood (63) +UPDATE zone_points SET target_heading = 67 WHERE id = 1977; -- neighborhood (64) +UPDATE zone_points SET target_heading = 356 WHERE id = 1978; -- neighborhood (65) +UPDATE zone_points SET target_heading = 69 WHERE id = 1979; -- neighborhood (67) +UPDATE zone_points SET target_heading = 27 WHERE id = 1980; -- neighborhood (71) +UPDATE zone_points SET target_heading = 374 WHERE id = 1981; -- neighborhood (72) +UPDATE zone_points SET target_heading = 119 WHERE id = 1982; -- neighborhood (73) +UPDATE zone_points SET target_heading = 67 WHERE id = 1983; -- neighborhood (74) +UPDATE zone_points SET target_heading = 356 WHERE id = 1984; -- neighborhood (75) +UPDATE zone_points SET target_heading = 392 WHERE id = 1985; -- neighborhood (76) +UPDATE zone_points SET target_heading = 204 WHERE id = 1886; -- sleeper (10) +UPDATE zone_points SET target_heading = 204 WHERE id = 1886; -- sleeper (10) +UPDATE zone_points SET target_heading = 125 WHERE id = 922; -- skyshrine (1) +UPDATE zone_points SET target_heading = 125 WHERE id = 2262; -- skyshrine (1) +UPDATE zone_points SET target_heading = 250 WHERE id = 925; -- skyshrine (4) +UPDATE zone_points SET target_heading = 250 WHERE id = 2265; -- skyshrine (4) +UPDATE zone_points SET target_heading = 250 WHERE id = 926; -- skyshrine (5) +UPDATE zone_points SET target_heading = 250 WHERE id = 2266; -- skyshrine (5) +UPDATE zone_points SET target_heading = 250 WHERE id = 927; -- skyshrine (6) +UPDATE zone_points SET target_heading = 250 WHERE id = 2267; -- skyshrine (6) +UPDATE zone_points SET target_heading = 125 WHERE id = 928; -- skyshrine (7) +UPDATE zone_points SET target_heading = 125 WHERE id = 2268; -- skyshrine (7) +UPDATE zone_points SET target_heading = 125 WHERE id = 929; -- skyshrine (8) +UPDATE zone_points SET target_heading = 125 WHERE id = 2269; -- skyshrine (8) +UPDATE zone_points SET target_heading = 250 WHERE id = 931; -- skyshrine (10) +UPDATE zone_points SET target_heading = 250 WHERE id = 2271; -- skyshrine (10) +UPDATE zone_points SET target_heading = 250 WHERE id = 932; -- skyshrine (11) +UPDATE zone_points SET target_heading = 250 WHERE id = 2272; -- skyshrine (11) +UPDATE zone_points SET target_heading = 125 WHERE id = 933; -- skyshrine (12) +UPDATE zone_points SET target_heading = 125 WHERE id = 2273; -- skyshrine (12) +UPDATE zone_points SET target_heading = 250 WHERE id = 935; -- skyshrine (14) +UPDATE zone_points SET target_heading = 250 WHERE id = 2275; -- skyshrine (14) +UPDATE zone_points SET target_heading = 250 WHERE id = 938; -- skyshrine (17) +UPDATE zone_points SET target_heading = 250 WHERE id = 2278; -- skyshrine (17) +UPDATE zone_points SET target_heading = 385 WHERE id = 939; -- skyshrine (18) +UPDATE zone_points SET target_heading = 385 WHERE id = 2279; -- skyshrine (18) +UPDATE zone_points SET target_heading = 250 WHERE id = 941; -- skyshrine (20) +UPDATE zone_points SET target_heading = 250 WHERE id = 2281; -- skyshrine (20) +UPDATE zone_points SET target_heading = 372 WHERE id = 946; -- skyshrine (30) +UPDATE zone_points SET target_heading = 372 WHERE id = 2286; -- skyshrine (30) +UPDATE zone_points SET target_heading = 5 WHERE id = 947; -- skyshrine (40) +UPDATE zone_points SET target_heading = 5 WHERE id = 2287; -- skyshrine (40) +UPDATE zone_points SET target_heading = 385 WHERE id = 949; -- skyshrine (42) +UPDATE zone_points SET target_heading = 385 WHERE id = 2289; -- skyshrine (42) +UPDATE zone_points SET target_heading = 254 WHERE id = 954; -- skyshrine (50) +UPDATE zone_points SET target_heading = 254 WHERE id = 2294; -- skyshrine (50) +UPDATE zone_points SET target_heading = 132 WHERE id = 905; -- permafrost (1) +UPDATE zone_points SET target_heading = 384 WHERE id = 644; -- innothule (77) +UPDATE zone_points SET target_heading = 384 WHERE id = 1630; -- innothuleb (77) +UPDATE zone_points SET target_heading = 256 WHERE id = 624; -- grimling (1) +UPDATE zone_points SET target_heading = 256 WHERE id = 625; -- grimling (2) +UPDATE zone_points SET target_heading = 470 WHERE id = 626; -- grimling (3) +UPDATE zone_points SET target_heading = 256 WHERE id = 1155; -- soldungb (9) +UPDATE zone_points SET target_heading = 510 WHERE id = 1872; -- arena (10) +UPDATE zone_points SET target_heading = 250 WHERE id = 477; -- qeynos2 (2) +UPDATE zone_points SET target_heading = 250 WHERE id = 477; -- qeynos2 (2) +UPDATE zone_points SET target_heading = 250 WHERE id = 477; -- qeynos2 (2) +UPDATE zone_points SET target_heading = 380 WHERE id = 864; -- hatesfury (2) +UPDATE zone_points SET target_heading = 256 WHERE id = 867; -- hatesfury (5) +UPDATE zone_points SET target_heading = 380 WHERE id = 868; -- hatesfury (6) +UPDATE zone_points SET target_heading = 128 WHERE id = 869; -- hatesfury (7) +UPDATE zone_points SET target_heading = 380 WHERE id = 864; -- hatesfury (2) +UPDATE zone_points SET target_heading = 256 WHERE id = 867; -- hatesfury (5) +UPDATE zone_points SET target_heading = 380 WHERE id = 868; -- hatesfury (6) +UPDATE zone_points SET target_heading = 128 WHERE id = 869; -- hatesfury (7) +UPDATE zone_points SET target_heading = 380 WHERE id = 864; -- hatesfury (2) +UPDATE zone_points SET target_heading = 256 WHERE id = 867; -- hatesfury (5) +UPDATE zone_points SET target_heading = 380 WHERE id = 868; -- hatesfury (6) +UPDATE zone_points SET target_heading = 128 WHERE id = 869; -- hatesfury (7) +UPDATE zone_points SET target_heading = 380 WHERE id = 864; -- hatesfury (2) +UPDATE zone_points SET target_heading = 256 WHERE id = 867; -- hatesfury (5) +UPDATE zone_points SET target_heading = 380 WHERE id = 868; -- hatesfury (6) +UPDATE zone_points SET target_heading = 128 WHERE id = 869; -- hatesfury (7) +UPDATE zone_points SET target_heading = 56 WHERE id = 1481; -- drachnidhive (10) +UPDATE zone_points SET target_heading = 56 WHERE id = 1481; -- drachnidhive (10) +UPDATE zone_points SET target_heading = 56 WHERE id = 1481; -- drachnidhive (10) +UPDATE zone_points SET target_heading = 128 WHERE id = 1357; -- potimeb (5) +UPDATE zone_points SET target_heading = 128 WHERE id = 1358; -- potimeb (6) +UPDATE zone_points SET target_heading = 348 WHERE id = 1359; -- potimeb (7) +UPDATE zone_points SET target_heading = 48 WHERE id = 1360; -- potimeb (10) +UPDATE zone_points SET target_heading = 5 WHERE id = 1361; -- potimeb (20) +UPDATE zone_points SET target_heading = 1 WHERE id = 1365; -- potimeb (24) +UPDATE zone_points SET target_heading = 506 WHERE id = 1476; -- nektulos (10) +UPDATE zone_points SET target_heading = 257 WHERE id = 1447; -- nektulos (77) +UPDATE zone_points SET target_heading = 257 WHERE id = 1480; -- nektulos (77) +UPDATE zone_points SET target_heading = 506 WHERE id = 1476; -- nektulos (10) +UPDATE zone_points SET target_heading = 257 WHERE id = 1447; -- nektulos (77) +UPDATE zone_points SET target_heading = 257 WHERE id = 1480; -- nektulos (77) +UPDATE zone_points SET target_heading = 506 WHERE id = 1476; -- nektulos (10) +UPDATE zone_points SET target_heading = 257 WHERE id = 1447; -- nektulos (77) +UPDATE zone_points SET target_heading = 257 WHERE id = 1480; -- nektulos (77) +UPDATE zone_points SET target_heading = 326 WHERE id = 1493; -- eastkorlach (10) +UPDATE zone_points SET target_heading = 254 WHERE id = 1494; -- eastkorlach (20) +UPDATE zone_points SET target_heading = 276 WHERE id = 1495; -- eastkorlach (30) +UPDATE zone_points SET target_heading = 326 WHERE id = 1493; -- eastkorlach (10) +UPDATE zone_points SET target_heading = 254 WHERE id = 1494; -- eastkorlach (20) +UPDATE zone_points SET target_heading = 276 WHERE id = 1495; -- eastkorlach (30) +UPDATE zone_points SET target_heading = 326 WHERE id = 1493; -- eastkorlach (10) +UPDATE zone_points SET target_heading = 254 WHERE id = 1494; -- eastkorlach (20) +UPDATE zone_points SET target_heading = 276 WHERE id = 1495; -- eastkorlach (30) +UPDATE zone_points SET target_heading = 172 WHERE id = 1552; -- skylance (10) +UPDATE zone_points SET target_heading = 106 WHERE id = 1553; -- skylance (20) +UPDATE zone_points SET target_heading = 3 WHERE id = 1554; -- skylance (30) +UPDATE zone_points SET target_heading = 510 WHERE id = 1556; -- skylance (50) +UPDATE zone_points SET target_heading = 312 WHERE id = 1557; -- skylance (60) +UPDATE zone_points SET target_heading = 264 WHERE id = 1558; -- skylance (70) +UPDATE zone_points SET target_heading = 506 WHERE id = 1559; -- skylance (80) +UPDATE zone_points SET target_heading = 385 WHERE id = 1560; -- skylance (90) +UPDATE zone_points SET target_heading = 22 WHERE id = 1538; -- takishruins (9) +UPDATE zone_points SET target_heading = 22 WHERE id = 1538; -- takishruins (9) +UPDATE zone_points SET target_heading = 22 WHERE id = 1538; -- takishruins (9) +UPDATE zone_points SET target_heading = 22 WHERE id = 1538; -- takishruins (9) +UPDATE zone_points SET target_heading = 282 WHERE id = 1625; -- vergalid (0) +UPDATE zone_points SET target_heading = 164 WHERE id = 1617; -- ashengate (10) +UPDATE zone_points SET target_heading = 299 WHERE id = 1618; -- ashengate (30) +UPDATE zone_points SET target_heading = 85 WHERE id = 1619; -- ashengate (40) +UPDATE zone_points SET target_heading = 85 WHERE id = 1620; -- ashengate (50) +UPDATE zone_points SET target_heading = 122 WHERE id = 1579; -- frostcrypt (0) +UPDATE zone_points SET target_heading = 307 WHERE id = 1699; -- zhisza (10) +UPDATE zone_points SET target_heading = 76 WHERE id = 1668; -- gyrospireb (20) +UPDATE zone_points SET target_heading = 76 WHERE id = 1670; -- gyrospirez (20) +UPDATE zone_points SET target_heading = 385 WHERE id = 1674; -- mansion (10) +UPDATE zone_points SET target_heading = 433 WHERE id = 1660; -- bloodmoon (0) +UPDATE zone_points SET target_heading = 19 WHERE id = 1663; -- bloodmoon (30) +UPDATE zone_points SET target_heading = 384 WHERE id = 1688; -- steamfactory (10) +UPDATE zone_points SET target_heading = 256 WHERE id = 1689; -- steamfactory (20) +UPDATE zone_points SET target_heading = 260 WHERE id = 1686; -- shipworkshop (10) +UPDATE zone_points SET target_heading = 280 WHERE id = 1687; -- shipworkshop (20) +UPDATE zone_points SET target_heading = 109 WHERE id = 1721; -- oldcommons (10) +UPDATE zone_points SET target_heading = 0 WHERE id = 1575; -- commonlands (20) +UPDATE zone_points SET target_heading = 0 WHERE id = 1722; -- oldcommons (20) +UPDATE zone_points SET target_heading = 320 WHERE id = 1576; -- commonlands (30) +UPDATE zone_points SET target_heading = 320 WHERE id = 1723; -- oldcommons (30) +UPDATE zone_points SET target_heading = 384 WHERE id = 1577; -- commonlands (40) +UPDATE zone_points SET target_heading = 384 WHERE id = 1724; -- oldcommons (40) +UPDATE zone_points SET target_heading = 384 WHERE id = 1578; -- commonlands (50) +UPDATE zone_points SET target_heading = 384 WHERE id = 1725; -- oldcommons (50) +UPDATE zone_points SET target_heading = 160 WHERE id = 1709; -- korascian (10) +UPDATE zone_points SET target_heading = 66 WHERE id = 1707; -- oldkaesoraa (10) +UPDATE zone_points SET target_heading = 487 WHERE id = 1706; -- oldkaesorab (10) +UPDATE zone_points SET target_heading = 262 WHERE id = 1730; -- oldkurn (0) +UPDATE zone_points SET target_heading = 262 WHERE id = 1731; -- oldkurn (10) +UPDATE zone_points SET target_heading = 262 WHERE id = 1730; -- oldkurn (0) +UPDATE zone_points SET target_heading = 262 WHERE id = 1731; -- oldkurn (10) +UPDATE zone_points SET target_heading = 127 WHERE id = 1736; -- oldfieldofbone (200) +UPDATE zone_points SET target_heading = 383 WHERE id = 1737; -- oldfieldofbone (210) +UPDATE zone_points SET target_heading = 255 WHERE id = 1926; -- housegarden (1) +UPDATE zone_points SET target_heading = 255 WHERE id = 1926; -- housegarden (1) +UPDATE zone_points SET target_heading = 136 WHERE id = 905; -- permafrost (1) +UPDATE zone_points SET target_heading = 398 WHERE id = 1626; -- innothuleb (10) +UPDATE zone_points SET target_heading = 500 WHERE id = 1628; -- innothuleb (30) +UPDATE zone_points SET target_heading = 384 WHERE id = 1629; -- innothuleb (40) +UPDATE zone_points SET target_heading = 384 WHERE id = 644; -- innothule (77) +UPDATE zone_points SET target_heading = 384 WHERE id = 1630; -- innothuleb (77) +UPDATE zone_points SET target_heading = 0 WHERE id = 826; -- frozenshadow (2) +UPDATE zone_points SET target_heading = 0 WHERE id = 827; -- frozenshadow (3) +UPDATE zone_points SET target_heading = 256 WHERE id = 828; -- frozenshadow (4) +UPDATE zone_points SET target_heading = 0 WHERE id = 829; -- frozenshadow (5) +UPDATE zone_points SET target_heading = 0 WHERE id = 830; -- frozenshadow (6) +UPDATE zone_points SET target_heading = 256 WHERE id = 831; -- frozenshadow (7) +UPDATE zone_points SET target_heading = 0 WHERE id = 832; -- frozenshadow (8) +UPDATE zone_points SET target_heading = 0 WHERE id = 833; -- frozenshadow (9) +UPDATE zone_points SET target_heading = 0 WHERE id = 834; -- frozenshadow (10) +UPDATE zone_points SET target_heading = 0 WHERE id = 835; -- frozenshadow (11) +UPDATE zone_points SET target_heading = 256 WHERE id = 836; -- frozenshadow (12) +UPDATE zone_points SET target_heading = 0 WHERE id = 838; -- frozenshadow (14) +UPDATE zone_points SET target_heading = 384 WHERE id = 839; -- frozenshadow (15) +UPDATE zone_points SET target_heading = 0 WHERE id = 840; -- frozenshadow (16) +UPDATE zone_points SET target_heading = 0 WHERE id = 841; -- frozenshadow (17) +UPDATE zone_points SET target_heading = 0 WHERE id = 842; -- frozenshadow (18) +UPDATE zone_points SET target_heading = 0 WHERE id = 843; -- frozenshadow (19) + +UPDATE zone_points SET target_heading = 999 where target_heading = 1998; + +UPDATE zone SET safe_heading = 128 where short_name = 'soldungb' and version = 0; +UPDATE zone SET safe_heading = 256 where short_name = 'neriaka' and version = 0; +UPDATE zone SET safe_heading = 10 where short_name = 'neriakd' and version = 0; +UPDATE zone SET safe_heading = 128 where short_name = 'cazicthule' and version = 0; +UPDATE zone SET safe_heading = 256 where short_name = 'gukbottom' and version = 0; +UPDATE zone SET safe_heading = 276 where short_name = 'cauldron' and version = 0; +UPDATE zone SET safe_heading = 256 where short_name = 'permafrost' and version = 0; +UPDATE zone SET safe_heading = 384 where short_name = 'soltemple' and version = 0; +UPDATE zone SET safe_heading = 128 where short_name = 'skyfire' and version = 0; +UPDATE zone SET safe_heading = 128 where short_name = 'wakening' and version = 0; +UPDATE zone SET safe_heading = 128 where short_name = 'paludal' and version = 0; +UPDATE zone SET safe_heading = 128 where short_name = 'shadeweaver' and version = 0; +UPDATE zone SET safe_heading = 280 where short_name = 'powar' and version = 0; +UPDATE zone SET safe_heading = 100 where short_name = 'lopingplains' and version = 0; +UPDATE zone SET safe_heading = 384 where short_name = 'oldkurn' and version = 0; +UPDATE zone SET safe_heading = 237 where short_name = 'oldkithicor' and version = 0; +UPDATE zone SET safe_heading = 261 where short_name = 'oldbloodfield' and version = 0; +UPDATE zone SET safe_heading = 222 where short_name = 'olddranik' and version = 0; +UPDATE zone SET safe_heading = 270 where short_name = 'toskirakk' and version = 0; +UPDATE zone SET safe_heading = 384 where short_name = 'rathechamber' and version = 0; +UPDATE zone SET safe_heading = 358 where short_name = 'fungalforest' and version = 0; +UPDATE zone SET safe_heading = 22 where short_name = 'underquarry' and version = 0; +UPDATE zone SET safe_heading = 368 where short_name = 'coolingchamber' and version = 0; +UPDATE zone SET safe_heading = 64 where short_name = 'shiningcity' and version = 0; +UPDATE zone SET safe_heading = 400 where short_name = 'arthicrex' and version = 0; +UPDATE zone SET safe_heading = 2 where short_name = 'foundation' and version = 0; +UPDATE zone SET safe_heading = 125 where short_name = 'lichencreep' and version = 0; +UPDATE zone SET safe_heading = 153 where short_name = 'pellucid' and version = 0; +UPDATE zone SET safe_heading = 384 where short_name = 'stonesnake' and version = 0; +UPDATE zone SET safe_heading = 45 where short_name = 'convorteum' and version = 0; +UPDATE zone SET safe_heading = 484 where short_name = 'feerrott2' and version = 0; +UPDATE zone SET safe_heading = 365 where short_name = 'housegarden' and version = 0; +UPDATE zone SET safe_heading = 250 where short_name = 'somnium' and version = 0; +UPDATE zone SET safe_heading = 420 where short_name = 'alkabormare' and version = 0; +UPDATE zone SET safe_heading = 353 where short_name = 'arelis' and version = 0; +UPDATE zone SET safe_heading = 237 where short_name = 'rubak' and version = 0; +UPDATE zone SET safe_heading = 449 where short_name = 'pillarsalra' and version = 0; +UPDATE zone SET safe_heading = 55 where short_name = 'windsong' and version = 0; +UPDATE zone SET safe_heading = 425 where short_name = 'shardslanding' and version = 0; +UPDATE zone SET safe_heading = 435 where short_name = 'eviltree' and version = 0; +UPDATE zone SET safe_heading = 511 where short_name = 'grelleth' and version = 0; +UPDATE zone SET safe_heading = 210 where short_name = 'chapterhouse' and version = 0; +UPDATE zone SET safe_heading = 486 where short_name = 'heartoffear' and version = 0; +UPDATE zone SET safe_heading = 481 where short_name = 'heartoffearb' and version = 0; +UPDATE zone SET safe_heading = 78 where short_name = 'heartoffearc' and version = 0; +UPDATE zone SET safe_heading = 42 where short_name = 'bixiewarfront' and version = 0; +UPDATE zone SET safe_heading = 25 where short_name = 'deadhills' and version = 0; +UPDATE zone SET safe_heading = 361 where short_name = 'ethernere' and version = 0; +UPDATE zone SET safe_heading = 358 where short_name = 'thevoidh' and version = 0; +UPDATE zone SET safe_heading = 388 where short_name = 'towerofrot' and version = 0; +UPDATE zone SET safe_heading = 510 where short_name = 'exalted' and version = 0; +UPDATE zone SET safe_heading = 386 where short_name = 'arxmentis' and version = 0; +UPDATE zone SET safe_heading = 94 where short_name = 'kattacastrumb' and version = 0; +UPDATE zone SET safe_heading = 503 where short_name = 'dredge' and version = 0; +UPDATE zone SET safe_heading = 494 where short_name = 'endlesscaverns' and version = 0; +UPDATE zone SET safe_heading = 256 where short_name = 'degmar' and version = 0; +UPDATE zone SET safe_heading = 70 where short_name = 'tempesttemple' and version = 0; +UPDATE zone SET safe_heading = 388 where short_name = 'gnomemtn' and version = 0; +UPDATE zone SET safe_heading = 262 where short_name = 'exaltedb' and version = 0; +UPDATE zone SET safe_heading = 55 where short_name = 'pohealth' and version = 0; +UPDATE zone SET safe_heading = 128 where short_name = 'bazaar' and version = 0; diff --git a/zone/gm_commands/showzonepoints.cpp b/zone/gm_commands/showzonepoints.cpp index d1e8c2428..65f0bc37e 100755 --- a/zone/gm_commands/showzonepoints.cpp +++ b/zone/gm_commands/showzonepoints.cpp @@ -15,94 +15,102 @@ void command_showzonepoints(Client *c, const Seperator *sep) c->Message(Chat::White, "Listing zone points..."); c->SendChatLineBreak(); - for (auto &virtual_zone_point : zone->virtual_zone_point_list) { - std::string zone_long_name = ZoneLongName(virtual_zone_point.target_zone_id); + for (auto &p : zone->virtual_zone_point_list) { + std::string zone_long_name = ZoneLongName(p.target_zone_id); + + std::string saylink = fmt::format( + "#goto {:.0f} {:.0f} {:.0f}", + p.x, + p.y, + p.z + ); c->Message( Chat::White, fmt::format( - "Virtual Zone Point x [{}] y [{}] z [{}] h [{}] width [{}] height [{}] | To [{}] ({}) x [{}] y [{}] z [{}] h [{}]", - virtual_zone_point.x, - virtual_zone_point.y, - virtual_zone_point.z, - virtual_zone_point.heading, - virtual_zone_point.width, - virtual_zone_point.height, + "Virtual Zone Point [{}] x [{}] y [{}] z [{}] h [{}] width [{}] height [{}] | To [{}] ({}) x [{}] y [{}] z [{}] h [{}]", + Saylink::Silent(saylink, "Goto").c_str(), + p.x, + p.y, + p.z, + p.heading, + p.width, + p.height, zone_long_name.c_str(), - virtual_zone_point.target_zone_id, - virtual_zone_point.target_x, - virtual_zone_point.target_y, - virtual_zone_point.target_z, - virtual_zone_point.target_heading + p.target_zone_id, + p.target_x, + p.target_y, + p.target_z, + p.target_heading ).c_str() ); std::string node_name = fmt::format("ZonePoint To [{}]", zone_long_name); - float half_width = ((float) virtual_zone_point.width / 2); + float half_width = ((float) p.width / 2); NPC::SpawnZonePointNodeNPC( node_name, glm::vec4( - (float) virtual_zone_point.x + half_width, - (float) virtual_zone_point.y + half_width, - virtual_zone_point.z, - virtual_zone_point.heading + (float) p.x + half_width, + (float) p.y + half_width, + p.z, + p.heading )); NPC::SpawnZonePointNodeNPC( node_name, glm::vec4( - (float) virtual_zone_point.x + half_width, - (float) virtual_zone_point.y - half_width, - virtual_zone_point.z, - virtual_zone_point.heading + (float) p.x + half_width, + (float) p.y - half_width, + p.z, + p.heading )); NPC::SpawnZonePointNodeNPC( node_name, glm::vec4( - (float) virtual_zone_point.x - half_width, - (float) virtual_zone_point.y - half_width, - virtual_zone_point.z, - virtual_zone_point.heading + (float) p.x - half_width, + (float) p.y - half_width, + p.z, + p.heading )); NPC::SpawnZonePointNodeNPC( node_name, glm::vec4( - (float) virtual_zone_point.x - half_width, - (float) virtual_zone_point.y + half_width, - virtual_zone_point.z, - virtual_zone_point.heading + (float) p.x - half_width, + (float) p.y + half_width, + p.z, + p.heading )); NPC::SpawnZonePointNodeNPC( node_name, glm::vec4( - (float) virtual_zone_point.x + half_width, - (float) virtual_zone_point.y + half_width, - (float) virtual_zone_point.z + (float) virtual_zone_point.height, - virtual_zone_point.heading + (float) p.x + half_width, + (float) p.y + half_width, + (float) p.z + (float) p.height, + p.heading )); NPC::SpawnZonePointNodeNPC( node_name, glm::vec4( - (float) virtual_zone_point.x + half_width, - (float) virtual_zone_point.y - half_width, - (float) virtual_zone_point.z + (float) virtual_zone_point.height, - virtual_zone_point.heading + (float) p.x + half_width, + (float) p.y - half_width, + (float) p.z + (float) p.height, + p.heading )); NPC::SpawnZonePointNodeNPC( node_name, glm::vec4( - (float) virtual_zone_point.x - half_width, - (float) virtual_zone_point.y - half_width, - (float) virtual_zone_point.z + (float) virtual_zone_point.height, - virtual_zone_point.heading + (float) p.x - half_width, + (float) p.y - half_width, + (float) p.z + (float) p.height, + p.heading )); NPC::SpawnZonePointNodeNPC( node_name, glm::vec4( - (float) virtual_zone_point.x - half_width, - (float) virtual_zone_point.y + half_width, - (float) virtual_zone_point.z + (float) virtual_zone_point.height, - virtual_zone_point.heading + (float) p.x - half_width, + (float) p.y + half_width, + (float) p.z + (float) p.height, + p.heading )); found_zone_points++; @@ -111,34 +119,44 @@ void command_showzonepoints(Client *c, const Seperator *sep) LinkedListIterator iterator(zone->zone_point_list); iterator.Reset(); while (iterator.MoreElements()) { - ZonePoint *zone_point = iterator.GetData(); - std::string zone_long_name = ZoneLongName(zone_point->target_zone_id); + ZonePoint *p = iterator.GetData(); + std::string zone_long_name = ZoneLongName(p->target_zone_id); std::string node_name = fmt::format("ZonePoint To [{}]", zone_long_name); NPC::SpawnZonePointNodeNPC( node_name, glm::vec4( - zone_point->x, - zone_point->y, - zone_point->z, - zone_point->heading + p->x, + p->y, + p->z, + p->heading ) ); + // {:.0f} + + std::string saylink = fmt::format( + "#goto {:.0f} {:.0f} {:.0f}", + p->x, + p->y, + p->z + ); + c->Message( Chat::White, fmt::format( - "Client Side Zone Point x [{}] y [{}] z [{}] h [{}] number [{}] | To [{}] ({}) x [{}] y [{}] z [{}] h [{}]", - zone_point->x, - zone_point->y, - zone_point->z, - zone_point->heading, - zone_point->number, + "Client Side Zone Point [{}] x [{}] y [{}] z [{}] h [{}] number [{}] | To [{}] ({}) x [{}] y [{}] z [{}] h [{}]", + Saylink::Silent(saylink, "Goto").c_str(), + p->x, + p->y, + p->z, + p->heading, + p->number, zone_long_name.c_str(), - zone_point->target_zone_id, - zone_point->target_x, - zone_point->target_y, - zone_point->target_z, - zone_point->target_heading + p->target_zone_id, + p->target_x, + p->target_y, + p->target_z, + p->target_heading ).c_str() );