More bug fixes and implementations on the backend of mythic dungeons handling.

This commit is contained in:
Tercio Jose
2024-03-01 17:30:59 -03:00
parent a8d8733274
commit 7d8b84a216
6 changed files with 248 additions and 234 deletions
+4
View File
@@ -1459,6 +1459,10 @@ function loadstring(code) return function()end end
---@return string
function date(format, time) return "" end
---lua os.time() function
---@return number
function time() return 0 end
---returns the number of members in the current group.
---@return number
GetNumGroupMembers = function() return 0 end