Sea.data.spell.selfCast
From WoWWiki
This article is a part of the documentation of the Sea function library
--
-- The list of desirable self-cast spells
--
selfCast = {
-- Druid
["Abolish Poison"] = 1;
["Cure Poison"] = 1;
["Healing Touch"] = 1;
["Mark of the Wild"] = 1;
["Regrowth"] = 1;
["Rejuvenation"] = 1;
["Remove Curse"] = 1;
["Thorns"] = 1;
-- Mage
["Amplify Magic"] = 1;
["Arcane Intellect"] = 1;
["Dampen Magic"] = 1;
["Detect Magic"] = 1;
["Remove Lesser Curse"] = 1;
-- Paladin
["Cleanse"] = 1;
["Flash of Light"] = 1;
["Holy Light"] = 1;
["Purify"] = 1;
["Lay on Hands"] = 1;
["Blessing of Freedom"] = 1;
["Blessing of Kings"] = 1;
["Blessing of Light"] = 1;
["Blessing of Might"] = 1;
["Blessing of Protection"] = 1;
["Blessing of Sacrifice"] = 1;
["Blessing of Salvation"] = 1;
["Blessing of Sanctuary"] = 1;
["Blessing of Wisdom"] = 1;
-- Priest
["Abolish Disease"] = 1;
["Cure Disease"] = 1;
["Dispel Magic"] = 1; -- NOTE: Dispel Magic dispels buffs AND DEBUFFS.
["Divine Spirit"] = 1;
["Flash Heal"] = 1;
["Greater Heal"] = 1;
["Lesser Heal"] = 1;
["Heal"] = 1;
["Holy Word: Fortitude"] = 1; --Leaving this here incase they change
--the name back
["Holy Word: Shield"] = 1; --Leaving this here incase they change
--the name back
["Power Word: Fortitude"] = 1;
["Power Word: Shield"] = 1;
["Renew"] = 1;
["Shadow Protection"] = 1;
-- Shaman
["Chain Heal"] = 1;
["Cure Disease"] = 1;
["Cure Poison"] = 1;
["Healing Wave"] = 1;
["Lesser Healing Wave"] = 1;
["Water Breathing"] = 1;
["Water Walking"] = 1;
-- Warlock
["Detect Greater Invisibility"] = 1;
["Detect Invisibility"] = 1;
["Detect Lesser Invisibility"] = 1;
["Unending Breath"] = 1;
-- First Aid
["Linen Bandage"] = 1;
["Heavy Linen Bandage"] = 1;
["Wool Bandage"] = 1;
["Heavy Wool Bandage"] = 1;
["Silk Bandage"] = 1;
["Heavy Silk Bandage"] = 1;
["Mageweave Bandage"] = 1;
["Heavy Mageweave Bandage"] = 1;
["Anti-Venom"] = 1;
["Strong Anti-Venom"] = 1
};
