mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-01 18:30:39 +00:00
[Bots] Fix saving of expansion settings for new bots (#5088)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user