1
0
Bifurcation 0
Ce dépôt a été archivé le 2020-03-15. Vous pouvez voir ses fichiers ou le cloner, mais pas ouvrir de ticket ou de demandes d'ajout, ni soumettre de changements.
questhelperredux/QuestHelper/comm.lua
Nathanial.C.Jones 965e8589c9 Everything SEEMS to work, less of course the db. Something I did before screwed everything up.
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.
2012-01-01 03:01:18 +00:00

13 lignes
367 o
Lua

local GetTime = QuestHelper_GetTime
QuestHelper_File["comm.lua"] = "4.0.1.$svnversion$"
QuestHelper_Loadtime["comm.lua"] = GetTime()
function QuestHelper:HandleRemoteData() end
function QuestHelper:PumpCommMessages() end
function QuestHelper:HandlePartyChange() end
function QuestHelper:EnableSharing() end
function QuestHelper:DisableSharing() end
do return end