Merge master in, with fixes
Build / Linux (push) Waiting to run
Build / Windows (push) Waiting to run

This commit is contained in:
KimLS
2026-06-16 21:40:39 -07:00
14 changed files with 200 additions and 73 deletions
+1 -1
View File
@@ -512,7 +512,7 @@ bool BotDatabase::SaveNewBot(Bot* b, uint32& bot_id)
e.poison = b->GetBasePR();
e.disease = b->GetBaseDR();
e.corruption = b->GetBaseCorrup();
e.expansion_bitmask = b->GetExpansionBitmask();
e.expansion_bitmask = RuleI(Bots, BotExpansionSettings);
e = BotDataRepository::InsertOne(database, e);