--------------------------------------------------------------------------
-- GTFO_Spells_BC.lua 
--------------------------------------------------------------------------
--[[
GTFO Spell List - Burning Crusade
Author: Zensunim of Malygos

Change Log:
	v0.2
		- Added Spells
	v1.0.1
		- Replaced some spell names with spell IDs
	v1.1
		- Replaced some spell names with spell IDs
	v2.5
		- Split spell files into sections

]]--

GTFO.SpellID["40611"] = {
	--desc = "Blaze (Illidan)";
	sound = 1;
};

GTFO.SpellID["41482"] = {
	--desc = "Blizzard (Illidari Council)";
	sound = 1;
};

GTFO.SpellID["41481"] = {
	--desc = "Flamestrike (Illidari Council)";
	sound = 1;
};

GTFO.SpellID["41541"] = {
	--desc = "Consecration (Illidari Council)";
	sound = 1;
};

GTFO.SpellID["28865"] = {
	--desc = "Consumption (Netherspite)";
	sound = 1;
};

GTFO.SpellID["31944"] = {
	--desc = "Doomfire (Archimonde)";
	sound = 1;
};

GTFO.SpellID["30129"] = {
	--desc = "Charred Earth (Nightbane)";
	sound = 1;
};

GTFO.SpellID["50746"] = {
	--desc = "Burn (Illidan)";
	sound = 1;
};

GTFO.SpellID["51103"] = {
	--desc = "Frostbomb (Mage-Lord Urom)";
	sound = 2;
};

GTFO.SpellID["56926"] = {
	--desc = "Thundershock (Jedoga Shadowseeker)";
	sound = 1;
};

GTFO.SpellID["60029"] = {
	--desc = "Thundershock (Jedoga Shadowseeker - Heroic)";
	sound = 1;
};

GTFO.SpellID["37469"] = {
	--desc = "Poison Cloud (Orc Warlock - Karazhan)";
	sound = 1;
};
