dbjorkholm/FORGOTTENSERVER-ORTS

The Ape City Quest issue

Closed this issue · 0 comments

movement issue: movements\scripts\the ape city\Mission9TheDeepestCatacombsteleport1.lua

if player:getStorageValue(Storage.TheApeCity.Questline) >= 21 then

I think it should be:

if player:getStorageValue(Storage.TheApeCity.Questline) >= 17 then