diff --git a/SKSE/Plugins/fs.dll b/SKSE/Plugins/fs.dll index 38c5ad55..84e957a6 100644 --- a/SKSE/Plugins/fs.dll +++ b/SKSE/Plugins/fs.dll @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:01930a8819132b7eb415fce927d23bc9cade2c102c842c082db642264c3609a5 -size 202240 +oid sha256:51078f091c911ab11a267ed8e81fade1eb05f2176d8c526ac0128dc0bdf95a63 +size 200704 diff --git a/SKSE/Plugins/fs_se.dll b/SKSE/Plugins/fs_se.dll index 6aa0303f..dfe87547 100644 --- a/SKSE/Plugins/fs_se.dll +++ b/SKSE/Plugins/fs_se.dll @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a386d7e1126bb9c5c81f36337064fa60aa6ed5403ed56b32f9ef9927b939d9de +oid sha256:648179f406d8319c2c05a17cfa06d8cb0961cf7ae05389039517c04a099cd1cb size 200704 diff --git a/source/fs.dll/fs/HasInvalidCells.h b/source/fs.dll/fs/HasInvalidCells.h index 6d96a9ac..e0591906 100644 --- a/source/fs.dll/fs/HasInvalidCells.h +++ b/source/fs.dll/fs/HasInvalidCells.h @@ -5,9 +5,9 @@ inline bool HasInvalidCells() { // FormIDs of all Skyrim cells. - // 7 of them are commented out, because they are cells in Enderal as well. + // 9 of them are commented out, because they are cells in Enderal as well. - UInt32 formids[584] = { + UInt32 formids[582] = { 0x0004B8FB, 0x000352C7, 0x000161E7, @@ -543,7 +543,7 @@ inline bool HasInvalidCells() 0x000152AD, 0x0009174E, 0x0004A376, - 0x000361FA, + //0x000361FA, 0x0002A03A, 0x00016DFA, 0x000152A2, @@ -556,7 +556,7 @@ inline bool HasInvalidCells() 0x0001386C, 0x000BE46A, 0x0009CCDE, - 0x0007284E, + //0x0007284E, 0x00067F2A, 0x0003016A, 0x000198DE, @@ -601,7 +601,7 @@ inline bool HasInvalidCells() }; bool result = false; - for (int i = 0; i < 415; i++) { + for (int i = 0; i < 582; i++) { if ((TESObjectCELL*)LookupFormByID(formids[i])) { _MESSAGE("Detected invalid cell: %#08x", formids[i]); result = true;