-------------------------------------------------------------------------- -- GTFO_Spells_Classic.lua -------------------------------------------------------------------------- --[[ GTFO Spell List - Classic Author: Zensunim of Malygos Change Log: v2.0.1 - Added Cloud of Disease v2.0.2 - Added Apothecaries' Colognes/Perfumes (Love is in the Air bosses) v2.5 - Split spell files into sections v2.5.1 - Added Magmadar's Conflagration v2.5.2 - Disabled Magmadar's Conflagration ]]-- GTFO.SpellID["17742"] = { --desc = "Cloud of Disease (Scholomance)"; sound = 2; }; GTFO.SpellID["68947"] = { --desc = "Irresistible Cologne (Love is in the Air)"; sound = 1; }; GTFO.SpellID["68934"] = { --desc = "Concentrated Irresistible Cologne Spill (Love is in the Air)"; sound = 1; }; GTFO.SpellID["68948"] = { --desc = "Irresistible Cologne Spray (Love is in the Air)"; sound = 1; }; GTFO.SpellID["68641"] = { --desc = "Alluring Perfume (Love is in the Air)"; sound = 1; }; GTFO.SpellID["68927"] = { --desc = "Concentrated Alluring Perfume Spill (Love is in the Air)"; sound = 1; }; GTFO.SpellID["68607"] = { --desc = "Alluring Perfume Spray (Love is in the Air)"; sound = 1; }; GTFO.SpellID["19428"] = { --desc = "Conflagration (Magmadar, Molten Core)"; sound = 1; test = true; };