May 06 release.

This commit is contained in:
Tercio
2015-05-06 16:04:24 -03:00
parent bbab53fff8
commit dadddbfa9a
2 changed files with 9 additions and 10 deletions
+6 -9
View File
File diff suppressed because one or more lines are too long
+3 -1
View File
@@ -795,8 +795,10 @@
local class
if (actor.id) then
local spellname, _, icon = _GetSpellInfo (actor.id)
if (not icon_cache [spellname]) then
if (not icon_cache [spellname] and spellname) then
icon_cache [spellname] = icon
elseif (not spellname) then
spellname = ""
end
actor.nome = spellname
actor.classe = actor.spellschool