Skip to content

Commit

Permalink
Remove the stella appearance
Browse files Browse the repository at this point in the history
  • Loading branch information
timing1337 committed Apr 21, 2022
1 parent 060eeec commit 7b43e9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/emu/grasscutter/game/gacha/GachaManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ public synchronized void doPulls(GenshinPlayer player, int gachaType, int times)
addStarglitter = 2;
// Add 1 const
gachaItem.addTransferItems(GachaTransferItem.newBuilder().setItem(ItemParam.newBuilder().setItemId(constItemId).setCount(1)).setIsTransferItemNew(constItem == null));
gachaItem.addTokenItemList(ItemParam.newBuilder().setItemId(constItemId).setCount(1));
player.getInventory().addItem(constItemId, 1);
} else {
// Is max const
Expand Down

0 comments on commit 7b43e9a

Please sign in to comment.