git
/
wowui.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
a7dd68b - priest and mage click action updates
[wowui.git]
/
kehys
/
mage.lua
1
-- mage.lua
2
local _, addon = ...;
3
addon.Clickheal["MAGE"] = {
4
["ctrl-type1"] = "spell",
5
["ctrl-spell1"] = "Remove Curse",
6
};