Mercurial > wow > bloodhound2
diff ZoneDatum.lua @ 14:15780b1985ef Release
Updated for 5.4
Added new zone to the Bloodhound2 Database (Timeless Isle).
Fixed Bug 7: Fadeleaf absent from Feralas Database.
Updated zone data to fix issues on the PTR with certain zones not placing rubies properly.
author | only1yzerman |
---|---|
date | Sun, 08 Sep 2013 22:02:10 -0400 |
parents | ff01eb61abab |
children | fc1aca069319 |
line wrap: on
line diff
--- a/ZoneDatum.lua Fri Jun 28 04:10:18 2013 -0400 +++ b/ZoneDatum.lua Sun Sep 08 22:02:10 2013 -0400 @@ -114,19 +114,19 @@ { 1033.333, -1556.250, -1370.833 }, }, { - { 3568.751, -6139.583, -1416.667 }, --Dread Wastes 1 --con6 pandarea - { 1191.667, -2004.167, -6697.916 }, --Isle of Giants 2 - { 2756.000, -7654.166, -8147.916 }, --Isle of Thunder --con6 pandarea - { 3125.000, -2947.917, 110.416 }, --Krasarang Wilds 4 - { 4172.917, -4839.583, -5618.750 }, --Kun-Lai Summit 5 - { 0.000, 0.000, 0.000 }, --Shrine of Seven Stars - { 0.000, 0.000, 0.000 }, --Shrine of Two Moons - { 4654.167, -1452.083, -3652.083 }, --The Jade Forest 8 - { 1195.833, -812.500, -1689.583 }, --The Veiled Stair 9 - { 3829.166, -7079.166, -4558.333 }, --Townlong Steppes 10 - { 1687.501, -2481.250, -1947.917 }, --Vale of Eternal Blossoms 11 - { 2616.667, -2679.167, -1095.833 }, --Valley of the Four Winds 12 - }, + { 3568.751, -6139.583, -1416.667 }, 1 - Dread Wastes + { 1191.667, -2004.167, -6697.916 }, 2 - Isle of Giants + { 2756.000, -7654.166, -8147.916 }, 3 - Isle of Thunder + { 3125.000, -2947.917, 110.416 }, 4 - Krasarang Wilds + { 4172.917, -4839.583, -5618.750 }, 5 - Kun-Lai Summit + { 0.000, 0.000, 0.000 }, 6 - Shrine of Seven Stars + { 0.000, 0.000, 0.000 }, 7 - Shrine of Two Moons + { 4654.167, -1452.083, -3652.083 }, 8 - The Jade Forest (806) + { 1195.833, -812.500, -1689.583 }, 9 - The Veiled Stair (TheHiddenPass) (873) + { 1600, 4083.334, -233.334 }, 10 - Timeless Isle (951) + { 3829.166, -7079.166, -4558.333 }, 11 - Townlong Steppes* (10) + { 1687.501, -2481.250, -1947.917 }, 12 - Vale of Eternal Blossoms* (811) (11) + { 2616.667, -2679.167, -1095.833 }, 13 - Valley of the Four Winds* (12) LocalToGlobal = function(x, y, datum) return x * datum[1] * 1.5 + datum[2], y * datum[1] + datum[3];