From 2df2c7cda3b8a4fdc918c36e9f9def66802a9892 Mon Sep 17 00:00:00 2001 From: lonadar Date: Wed, 16 Feb 2011 12:05:36 +0000 Subject: [PATCH] Another small adjustment. I'm done playing now. Even tried it on my level 28 druid. Testing...what a concept... --- QuestHelper/pathfinding.lua | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/QuestHelper/pathfinding.lua b/QuestHelper/pathfinding.lua index fad2cea..5e1e001 100644 --- a/QuestHelper/pathfinding.lua +++ b/QuestHelper/pathfinding.lua @@ -2,8 +2,7 @@ QuestHelper_File["pathfinding.lua"] = "4.0.1.$svnversion$" QuestHelper_Loadtime["pathfinding.lua"] = GetTime() -local BLASTED_LANDS_PORTAL_IN = {33,0.539,0.461, "Blasted Lands via portal"} - +-- This section for whenever from-player's-location-to pathing can be implimented. local static_alliance_landings = { @@ -39,9 +38,13 @@ local DALARAN_PORTAL_IN = {67,0.500,0.394, "Dalaran via portal"} QuestHelper:Assert(UnitClass("player"), "Pathfinding Druid Check - too soon") QuestHelper:Assert(UnitLevel("player"), "Pathfinding Druid Check - too soon") if UnitClass("player") == "Druid" and UnitLevel("player") > 14 then - table.insert(static_shared_landings, {20,0.563,0.324, "Moonglade via spell"}) -- Moonglade landing + local static_druid_landings = {20,0.563,0.324, "Moonglade via spell"} -- Moonglade landing end +-- end whimsey + + +local BLASTED_LANDS_PORTAL_IN = {33,0.539,0.461, "Blasted Lands via portal"} local static_horde_routes = {