You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
444 B
11 lines
444 B
--[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
|
|
local ____exports = {}
|
|
local _, _Mekanome = ...
|
|
local Mekanome = _Mekanome
|
|
local ArcaneInt = Mekanome.SpellUtils.Create(1459)
|
|
local function ArcaneMage()
|
|
return Mekanome.SpellUtils.SelfCast(ArcaneInt)
|
|
end
|
|
Mekanome.ActionManager.Add("arcane_mage", {run = ArcaneMage, priority = 1, loadConditions = {spec = 1, class = 8}})
|
|
____exports.default = nil
|
|
return ____exports
|
|
|