- fixed an issue with segments menu.

- default max segments increased to 10.
- removed some debug lines.
This commit is contained in:
Tercio
2013-09-10 13:40:02 -03:00
parent 9cf32303a0
commit cd97d68b89
4 changed files with 9 additions and 8 deletions
+6 -6
View File
@@ -1282,15 +1282,15 @@
--> esta dando erro onde o nome é NIL, fazendo um fix para isso
if (not who_name) then
print ( "DISPELL sem who_name: [*] "..extraSpellName )
print (alvo_name)
print (spellname)
--print ( "DISPELL sem who_name: [*] "..extraSpellName )
--print (alvo_name)
--print (spellname)
who_name = "[*] "..extraSpellName
end
if (not alvo_name) then
print ("DISPELL sem alvo_name: [*] "..extraSpellName)
print (who_name)
print (spellname)
--print ("DISPELL sem alvo_name: [*] "..extraSpellName)
--print (who_name)
--print (spellname)
alvo_name = "[*] "..spellid
end