Skip to content

Commit

Permalink
Fix casttimeleft to support userdata timestamp (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
projecteon authored Mar 14, 2024
1 parent 24948fb commit 09bd507
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions mq/alias.lua
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@
---@alias MQSpell spell | fun(): string|nil
---@alias MQSwitch switch | fun(filter): switch|string|nil
---@alias MQTarget target | fun(): string|nil
---@alias MQTimeStamp timestamp | fun(): string|nil
---@alias MQWindow window | fun(): "TRUE" | "FALSE"
---@alias MQZone zone | fun(): string|nil
2 changes: 1 addition & 1 deletion mq/datatype/_character.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
---@field public CareerFavor MQFloat #Career favor/tribute
---@field public Cash MQFloat #Total cash on your character, expressed in coppers (eg. if you are carrying 100pp, Cash will return 100000)
---@field public CashBank MQFloat #Total cash in your bank, expressed in coppers
---@field public CastTimeLeft timestamp #Returns the remaining cast time on the spell being cast
---@field public CastTimeLeft MQTimeStamp #Returns the remaining cast time on the spell being cast
---@field public CHA MQFloat #Character Charisma
---@field public Charmed MQString #Returns the name of the first charm spell on the character
---@field public Chronobines MQFloat #Chronobines on your character
Expand Down

0 comments on commit 09bd507

Please sign in to comment.