git
/
wowui.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
6127076
)
cb2ce5f - Add ele shaman cleanse
author
Aleksi Blinnikka <aleksi.blinnikka@iki.fi>
Sun, 23 Aug 2020 12:40:39 +0000
committer
Aleksi Blinnikka <aleksi.blinnikka@iki.fi>
Sun, 23 Aug 2020 12:41:22 +0000
kehys/shaman.lua
patch
|
blob
|
history
diff --git
a/kehys/shaman.lua
b/kehys/shaman.lua
index
8852917
..
cc5ae35
100644
(file)
--- a/
kehys/shaman.lua
+++ b/
kehys/shaman.lua
@@
-5,10
+5,10
@@
addon.Clickheal["SHAMAN"] = {
["type2"] = "spell",
["shift-type1"] = "spell",
["shift-type2"] = "spell",
["type2"] = "spell",
["shift-type1"] = "spell",
["shift-type2"] = "spell",
- ["ctrl-type1"] = "
spell
",
+ ["ctrl-type1"] = "
macro
",
["spell1"] = "Healing Wave",
["spell2"] = "Chain Heal",
["shift-spell1"] = "Healing Surge",
["shift-spell2"] = "Unleash Life",
["spell1"] = "Healing Wave",
["spell2"] = "Chain Heal",
["shift-spell1"] = "Healing Surge",
["shift-spell2"] = "Unleash Life",
- ["ctrl-
spell1"] = "Purify
Spirit",
+ ["ctrl-
macrotext1"] = "/cast [@mouseover,help,nodead,spec:3] Purify Spirit; [@mouseover,help,nodead] Cleanse
Spirit",
};
};