- Fixed the enemy name on segment menu.
- Added stoneform on cooldown list. - New API: _detalhes.GetSpellInfo (spell) return spell information from cache. - New API: _detalhes:GetSpellSchoolName (school number) return the school name. - New API: _detalhes:GetSpellSchoolFormatedName (school number) return school name with school color.
This commit is contained in:
@@ -171,6 +171,7 @@ do
|
||||
|
||||
--> overwrite for API GetSpellInfo function
|
||||
_detalhes.getspellinfo = function (spellid) return _unpack (_detalhes.spellcache[spellid]) end
|
||||
_detalhes.GetSpellInfo = _detalhes.getspellinfo
|
||||
|
||||
--> overwrite SpellInfo if spell is a Dot, so GetSpellInfo will return the name modified
|
||||
function _detalhes:SpellIsDot (spellid)
|
||||
|
||||
Reference in New Issue
Block a user