Fixes some outfit and trainer bugs

This commit is contained in:
infinitefusion
2024-12-22 11:11:14 -05:00
parent fd053345b1
commit 57d0118ee9
22 changed files with 9 additions and 12 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.0'
GAME_VERSION_NUMBER = "6.4.0"
GAME_VERSION = '6.4.1'
GAME_VERSION_NUMBER = "6.4.1"
LATEST_GAME_RELEASE = "6.4"
POKERADAR_LIGHT_ANIMATION_RED_ID = 17