965e8589c9
I implemented a QuestHelper_GetTime function for the next time Blizzard decides to fiddle with the time functions. It returns debugprofilestop() / 1000, to exactly match the precision of GetTime(). I also re-removed references to Cartographer from the rollback.
12 lignes
367 o
Lua
12 lignes
367 o
Lua
|
|
local GetTime = QuestHelper_GetTime
|
|
|
|
QuestHelper_File["routing_debug.lua"] = "4.0.1.$svnversion$"
|
|
QuestHelper_Loadtime["routing_debug.lua"] = GetTime()
|
|
|
|
function RTO(text)
|
|
DEFAULT_CHAT_FRAME:AddMessage(string.format("|cffFFC8C8QHV1: |r%s", text),
|
|
0.75,
|
|
0.87,
|
|
1.0)
|
|
end
|