Mercurial > wow > bloodhound2
changeset 16:fc1aca069319 Release
Fixed a minor bug and releasing as a beta
author | only1yzerman |
---|---|
date | Sun, 08 Sep 2013 22:15:00 -0400 |
parents | 1d042bfbb4d9 |
children | e57541794df4 |
files | ZoneDatum.lua |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ZoneDatum.lua Sun Sep 08 22:02:39 2013 -0400 +++ b/ZoneDatum.lua Sun Sep 08 22:15:00 2013 -0400 @@ -127,6 +127,7 @@ { 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];