1a61ccc - Add Ra-den aura
[wowui.git] / kehys / shaman.lua
1 -- shaman.lua
2 local _, addon = ...;
3 addon.Clickheal["SHAMAN"] = {
4     ["type1"] = "spell",
5     ["type2"] = "spell",
6     ["shift-type1"] = "spell",
7     ["shift-type2"] = "spell",
8     ["ctrl-type1"] = "spell",
9     ["spell1"] = "Healing Wave",
10     ["spell2"] = "Chain Heal",
11     ["shift-spell1"] = "Healing Surge",
12     ["shift-spell2"] = "Unleash Life",
13     ["ctrl-spell1"] = "Purify Spirit",
14 };