1
0
Bifurcation 0

Added a 30 second busy wait to the initialization.

Cette révision appartient à :
Nathanial.C.Jones 2011-02-19 13:40:08 +00:00
Parent cce4929b61
révision a390a6af33
2 fichiers modifiés avec 4 ajouts et 0 suppressions

Voir le fichier

@ -422,6 +422,8 @@ QH_Event("ADDON_LOADED", function (addonid)
-- This is where the slow stuff goes
-- 4.0.3a Breakage related
local datime = time() + 30 -- We're gonna wait 30 seconds, just in case.
while datime >= time() do --[[sleep (busy wait)]] end
QuestHelper_BuildZoneLookup()
QH_Graph_Init()
load_graph_links()

Voir le fichier

@ -166,6 +166,7 @@ QuestHelper_Zones =
[-117]={[0]="TheForgeofSouls_Continent", [1]="TheForgeofSouls"},
[-118]={[0]="PitofSaron_Continent", [1]="PitofSaron"},
[-119]={[0]="DeeprunTram_Continent", [1]="DeeprunTram"},
}
@ -338,6 +339,7 @@ QuestHelper_IndexLookup =
["PitofSaron_Continent"] = {156, -118, 0}, ["PitofSaron"] = {157, -118, 1},
["GilneasCity_Continent"] = {204, -78, 0}, ["GilneasCity"] = {205, -78, 1},
["GilneasZone_Continent"] = {206, -79, 0}, ["GilneasZone"] = {207, -79, 1},
["DeeprunTram_Continent"] = {208, -119, 0}, ["DeeprunTram"] = {209, -119, 1},