From a6f4438c0d73b730cbe6a96f332d02fbff82799a Mon Sep 17 00:00:00 2001 From: dannuic Date: Mon, 6 Apr 2026 16:15:20 -0500 Subject: [PATCH] Removed the _t for consistency --- common/patches/tob_structs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/patches/tob_structs.h b/common/patches/tob_structs.h index cafa73c45..2dd4b3e36 100644 --- a/common/patches/tob_structs.h +++ b/common/patches/tob_structs.h @@ -1022,7 +1022,7 @@ namespace TOB { }; struct RaceClassCombos { - uint64_t ExpansionRequired; + uint64 ExpansionRequired; uint32 Race; uint32 Class; uint32 Deity;