Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
zSALLAZAR committed Jul 25, 2024
1 parent 7b53017 commit 03dbb60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/item/ItemTypeIds.php
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ private function __construct(){
public const SPIRE_ARMOR_TRIM_SMITHING_TEMPLATE = 20285;
public const PITCHER_POD = 20286;
public const NAME_TAG = 20287;
public const ICE_BOMB = 20288;
public const ICE_BOMB = 20288;

public const FIRST_UNUSED_ITEM_ID = 20289;

Expand Down

0 comments on commit 03dbb60

Please sign in to comment.