Skip to content

Commit

Permalink
Update ItemIdsCategory - pet item category
Browse files Browse the repository at this point in the history
  • Loading branch information
lastbattle committed Oct 23, 2024
1 parent d1ece85 commit 1734f82
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ namespace MapleLib.WzLib.WzStructure.Data.ItemStructure
{
public class ItemIdsCategory
{
public static int BUFF_CATEGORY = 202;
public static int
BUFF_CATEGORY = 202,
PET_CATEGORY = 500;

/// <summary>
/// Is Buff items
Expand Down

0 comments on commit 1734f82

Please sign in to comment.