mirror of
https://github.com/MikuLeaks/MikuSB.git
synced 2026-06-04 09:03:58 +00:00
add support card giveall command
NOTE: need to delete old database because im moving support card to different column
This commit is contained in:
@@ -66,10 +66,6 @@ public class PlayerInstance(PlayerGameData data)
|
||||
{
|
||||
await CharacterManager.AddCharacter((ItemTypeEnum)card.Genre, card.Detail, card.Particular, card.Level, sendPacket:false);
|
||||
}
|
||||
foreach (var sc in GameData.SupportCardData)
|
||||
{
|
||||
await InventoryManager.AddSupportCardItem(sc.Detail, sc.Particular, sc.Level, sendPacket: false);
|
||||
}
|
||||
foreach (var supplies in GameData.AllSuppliesData)
|
||||
{
|
||||
await InventoryManager.AddSuppliesItem(supplies, 90000, false);
|
||||
|
||||
Reference in New Issue
Block a user