You've already forked Nitro_Render_V3
mirror of
https://github.com/duckietm/Nitro_Render_V3.git
synced 2026-06-20 07:26:18 +00:00
🆙 added Delete Pet in Inventory
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
export class OutgoingHeader
|
||||
{
|
||||
// These packets do not belong to this revision, so these are custom packet ids
|
||||
public static CLICK_FURNI = 6002;
|
||||
|
||||
public static ACHIEVEMENT_LIST = 219;
|
||||
@@ -475,4 +474,5 @@ export class OutgoingHeader
|
||||
|
||||
public static FURNITURE_PICKUP_ALL = 10017;
|
||||
public static DELETE_ITEM = 10018;
|
||||
public static DELETE_PET = 10030;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user