1
0
Bifurcation 0

Removed the assert that is causing issue 370.

Cette révision appartient à :
Nathanial.C.Jones 2011-02-21 11:16:44 +00:00
Parent e1505cae77
révision 1f04543366
1 fichiers modifiés avec 2 ajouts et 2 suppressions

Voir le fichier

@ -982,9 +982,9 @@ Thanks for testing!]], "QuestHelper " .. version_string, 500, 20, 10)
end
if nc and nc > 0 and nz == 0 and nc == self.c and self.z > 0 then
QuestHelper:Assert(nx < math.huge, "Broken at this point.")
--QuestHelper:Assert(nx < math.huge, "Broken at this point.")
nx, ny = self.Astrolabe:TranslateWorldMapPosition(nc, nz, nx, ny, nc, self.z)
QuestHelper:Assert(nx < math.huge, "Broken at this point.")
--QuestHelper:Assert(nx < math.huge, "Broken at this point.")
if nx and ny --[[and nx > -0.1 and ny > -0.1 and nx < 1.1 and ny < 1.1]] then -- removing the conditional because I think I can use the data even when it's a little wonky
nz = self.z
else