1
0
Bifurcation 0

Re-enabled pathing... still crashes, but only disabled for the 53 and 54 releases.

Cette révision appartient à :
Nathanial.C.Jones 2010-11-29 13:26:18 +00:00
Parent 5c4d2f36ac
révision bc524fb64c
3 fichiers modifiés avec 1 ajouts et 5 suppressions

Voir le fichier

@ -185,7 +185,6 @@ function AAF_onclick(self)
end
AchievementAlertFrame_OnClick = AAF_onclick
--[[ 4.0.3a Breakage, so disable the event :P
QH_Event("ADDON_LOADED", function (addonid)
if addonid == "Blizzard_AchievementUI" then
-- yyyyyyoink
@ -485,4 +484,3 @@ end
QH_AchievementManagerRegister(Update_Objectives)
QH_AchievementManagerRegister_Poke()
--]]

Voir le fichier

@ -426,7 +426,6 @@ QH_Event("ADDON_LOADED", function (addonid)
local stt = 0
-- This is where the slow stuff goes
--[[ Commenting the path finding shit out until it is fixed. We need collection to work.
-- 4.0.3a Breakage related
QuestHelper_BuildZoneLookup()
QH_Graph_Init()
@ -464,7 +463,6 @@ QH_Event("ADDON_LOADED", function (addonid)
QuestHelper_FlightRoutes_Local = QuestHelper_FlightRoutes[signature]
QuestHelper_SeenRealms[GetRealmName()] = true -- some attempt at tracking private servers
--]]
QuestHelper.loading_init3:SetPercentage(0.1)
QH_Collector_Init()

Voir le fichier

@ -534,4 +534,4 @@ local function process()
end
-- 4.0.3a Breakage related
--QH_Timeslice_Add(process, "new_routing")
QH_Timeslice_Add(process, "new_routing")