mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
feat: personal card & phone case
This commit is contained in:
@@ -235,6 +235,8 @@ public class CommandGiveall : ICommand
|
||||
if (material.ItemSubType == ItemSubTypeEnum.HeadIcon ||
|
||||
material.ItemSubType == ItemSubTypeEnum.PhoneTheme ||
|
||||
material.ItemSubType == ItemSubTypeEnum.ChatBubble ||
|
||||
material.ItemSubType == ItemSubTypeEnum.PersonalCard ||
|
||||
material.ItemSubType == ItemSubTypeEnum.PhoneCase ||
|
||||
material.ItemSubType == ItemSubTypeEnum.AvatarSkin)
|
||||
await player.InventoryManager!.AddItem(material.ID, 1, false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user