ABM_creator.TradeScroll.baseName C# (CSharp) Method

baseName() public method

public baseName ( int spellId ) : string
spellId int
return string
        override public string baseName(int spellId) { return "trade scroll"; }