From 4fc83f735b31b063c9721aaca3f58a4ec494bef2 Mon Sep 17 00:00:00 2001 From: parax0 Date: Sat, 8 Aug 2015 16:38:17 -0400 Subject: [PATCH] Minor CAreaAttributes fix --- Core/CAreaAttributes.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Core/CAreaAttributes.cpp b/Core/CAreaAttributes.cpp index ae4a10d3..d449bdde 100644 --- a/Core/CAreaAttributes.cpp +++ b/Core/CAreaAttributes.cpp @@ -30,9 +30,8 @@ bool CAreaAttributes::IsSkyEnabled() { case ePrime: case eEchoes: - return static_cast(pBaseStruct->PropertyByIndex(1))->Get(); case eCorruption: - return static_cast(pBaseStruct->PropertyByIndex(9))->Get(); + return static_cast(pBaseStruct->PropertyByIndex(1))->Get(); default: return false; }