- Fix for the weakauras creator for DBM and BidWigs Timers.

- Fix for an issue with dungeon bosses where sometimes Details! throw some error messages.
- Attempt to fix a 'class undefined' bug.
This commit is contained in:
Tercioo
2016-01-09 23:17:55 -02:00
parent 815cecaad2
commit 76fb7725a1
4 changed files with 375 additions and 256 deletions
+3
View File
@@ -386,6 +386,9 @@
novo_objeto.nome = nome
novo_objeto.flag_original = flag
novo_objeto.serial = serial
--> seta a classe default para desconhecido, assim nenhum objeto fica com classe nil
novo_objeto.classe = "UNKNOW"
-- tipo do container
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------