More bug fixes

This commit is contained in:
Tercio Jose
2022-10-12 18:37:00 -03:00
parent 69899679e7
commit 6243a32740
90 changed files with 5200 additions and 5212 deletions
+3 -3
View File
@@ -74,11 +74,11 @@
end
function combate:InstanceType()
return rawget (self, "instance_type")
return rawget(self, "instance_type")
end
function combate:IsTrash()
return rawget (self, "is_trash")
return rawget(self, "is_trash")
end
function combate:GetDifficulty()
@@ -161,7 +161,7 @@
elseif (self.is_mythic_dungeon_trash) then
return self.is_mythic_dungeon_trash.ZoneName .. " (" .. Loc ["STRING_SEGMENTS_LIST_TRASH"] .. ")"
elseif (rawget (self, "is_trash")) then
elseif (rawget(self, "is_trash")) then
return Loc ["STRING_SEGMENT_TRASH"]
else