Fix for TR quests not registered in quest log

This commit is contained in:
infinitefusion
2025-02-01 00:20:45 -05:00
parent 71894707b1
commit e7d2330a2f
10 changed files with 79 additions and 20 deletions

View File

@@ -5,8 +5,8 @@
#==============================================================================#
module Settings
# The version of your game. It has to adhere to the MAJOR.MINOR.PATCH format.
GAME_VERSION = '6.4.5'
GAME_VERSION_NUMBER = "6.4.5"
GAME_VERSION = '6.4.6'
GAME_VERSION_NUMBER = "6.4.6"
LATEST_GAME_RELEASE = "6.4"
POKERADAR_LIGHT_ANIMATION_RED_ID = 17