Mercurial > wow > worldplan
comparison WorldPlan.lua @ 111:e8b6c5433128 v7.3.0-1
7.3 Updates
author | Nenue |
---|---|
date | Tue, 05 Sep 2017 02:58:24 -0400 |
parents | f6ef9a9f5476 |
children | a4dfdd4f1cf3 |
comparison
equal
deleted
inserted
replaced
110:f6ef9a9f5476 | 111:e8b6c5433128 |
---|---|
145 DisplayContinentPins = true, | 145 DisplayContinentPins = true, |
146 NotifyWhenNewQuests = true, | 146 NotifyWhenNewQuests = true, |
147 EnablePins = true, | 147 EnablePins = true, |
148 FadeWhileGrouped = false, | 148 FadeWhileGrouped = false, |
149 FlightMapAlphaLimits = {1, .7, 1}, | 149 FlightMapAlphaLimits = {1, .7, 1}, |
150 FlightMapScalingLimits = {1, 3, 1.5}, | 150 FlightMapScalingLimits = {1, 1, 1.5}, |
151 --UntrackedColor = {}, | 151 --UntrackedColor = {}, |
152 --TrackedColor = {}, | 152 --TrackedColor = {}, |
153 --CriteriaColor = {}, | 153 --CriteriaColor = {}, |
154 --RewardColorGold = {}, | 154 --RewardColorGold = {}, |
155 --RewardColorReagent = {}, | 155 --RewardColorReagent = {}, |
400 self:RegisterEvent("ADDON_LOADED") | 400 self:RegisterEvent("ADDON_LOADED") |
401 self:RegisterEvent("PLAYER_LOGIN") | 401 self:RegisterEvent("PLAYER_LOGIN") |
402 --self:SetParent(WorldMapFrame) | 402 --self:SetParent(WorldMapFrame) |
403 | 403 |
404 | 404 |
405 ofunc[WorldMap_SetupWorldQuestButton] = WorldMap_SetupWorldQuestButton | 405 --ofunc[WorldMap_SetupWorldQuestButton] = WorldMap_SetupWorldQuestButton |
406 WorldMap_SetupWorldQuestButton = nop | 406 --WorldMap_SetupWorldQuestButton = nop |
407 end | 407 end |
408 | 408 |
409 function WorldPlanCore:OnShow() | 409 function WorldPlanCore:OnShow() |
410 --print(self:GetName()..':OnShow()') | 410 --print(self:GetName()..':OnShow()') |
411 --hooksecurefunc(self, 'SetScript', function(...) self:print('|cFFFFFF00'..self:GetName()..':SetScript()|r', ...) end) | 411 --hooksecurefunc(self, 'SetScript', function(...) self:print('|cFFFFFF00'..self:GetName()..':SetScript()|r', ...) end) |