- Fixed an issue where sometimes tooltips wasn't being shown.

- Fixed a problem with overall data where it was using, even on dungoens, the raid-only 30 delay rule.
- Fixed an issue with spec detection (now it may detect even faster).
This commit is contained in:
Tercio
2015-06-12 20:52:08 -03:00
parent 9003dbd44f
commit a3eee58cb2
7 changed files with 248 additions and 90 deletions
+4
View File
@@ -62,6 +62,10 @@
return self [attribute]
end
function combate:InstanceType()
return _rawget (self, "instance_type")
end
function combate:IsTrash()
return _rawget (self, "is_trash")
end