Results: 1Comments by: Banthur
File: HalinTimers06-07-09
Change Suggestion
Posted By: Banthur
Hi, I was doing some modification to this to track Hunger For Blood (rogue buff) and would suggest the following change to allow non-integer values for the scale: local function CmdHandler(cmd) cmd = strlower(cmd); local args = {}; for word in gmatch(cmd, "+") do --CHANGELOG: %w+ => + this will let the...