Class leader fixes
This commit is contained in:
@@ -125,7 +125,7 @@ public class DeckController : SVSimController
|
||||
}),
|
||||
UserLeaderSkinSettingList = viewerClasses.ToDictionary(
|
||||
vc => vc.Id.ToString(),
|
||||
vc => new DefaultLeaderSkinSetting
|
||||
vc => new UserLeaderSkinSetting
|
||||
{
|
||||
ClassId = vc.Id,
|
||||
IsRandomLeaderSkin = 0, // random-skin mode (per-class shuffle pool) not yet persisted
|
||||
|
||||
Reference in New Issue
Block a user