ABM_creator.Consumable.flagIconMissingForSpell C# (CSharp) Method

flagIconMissingForSpell() protected method

protected flagIconMissingForSpell ( int spellId, string spellName ) : void
spellId int
spellName string
return void
        protected void flagIconMissingForSpell(int spellId, string spellName)
        {
            try { GetMissingIcons().Add(spellId, spellName); }
            catch { DebugWindow.PrintDebugMessage("Error adding " + spellName + "(" + spellId + ") to missing icon list."); }
        }