git
/
wowui.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
7a3d474
)
39bc8a4 - Fix priest dispel click
author
Aleksi Blinnikka <aleksi.blinnikka@gmail.com>
Mon, 21 Oct 2019 15:08:34 +0000
committer
Aleksi Blinnikka <aleksi.blinnikka@gmail.com>
Mon, 21 Oct 2019 15:08:34 +0000
kehys/priest.lua
patch
|
blob
|
history
diff --git
a/kehys/priest.lua
b/kehys/priest.lua
index
605fbdd
..
430d24b
100644
(file)
--- a/
kehys/priest.lua
+++ b/
kehys/priest.lua
@@
-10,5
+10,5
@@
addon.Clickheal["PRIEST"] = {
["spell2"] = "Penance",
["shift-spell1"] = "Shadow Mend",
["shift-spell2"] = "Shadow Covenant",
["spell2"] = "Penance",
["shift-spell1"] = "Shadow Mend",
["shift-spell2"] = "Shadow Covenant",
- ["ctrl-
macro
1"] = "Purify",
+ ["ctrl-
spell
1"] = "Purify",
};
};