Skip to content

Commit a89eed7

Browse files
committed
add 1.4.5 packettypes
1 parent b871508 commit a89eed7

1 file changed

Lines changed: 15 additions & 2 deletions

File tree

TerrariaServerAPI/TerrariaApi.Server/PacketTypes.cs

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public enum PacketTypes
9191
EmoteBubble = 91,
9292
SyncExtraValue = 92,
9393
SocialHandshake = 93,
94-
Deprecated = 94,
94+
DebugCommands = 94,
9595
KillPortal = 95,
9696
PlayerTeleportPortal = 96,
9797
NotifyPlayerNpcKilled = 97,
@@ -145,5 +145,18 @@ public enum PacketTypes
145145
SyncItemsWithShimmer = 145,
146146
ShimmerActions = 146,
147147
SyncLoadout = 147,
148-
SyncItemCannotBeTakenByEnemies = 148
148+
SyncItemCannotBeTakenByEnemies = 148,
149+
TEDeadCellsDisplayJar = 149,
150+
Spectating = 150,
151+
ItemAirTurn = 151,
152+
ItemUseSound = 152,
153+
NpcHurtByDebuff = 153,
154+
Ping = 154,
155+
ChestResize = 155,
156+
LeashedEntityItem = 156,
157+
PlayerTeamV2 = 157, // Same as PlayerTeam(case 45) in source code
158+
TeamSwapSpawn = 158,
159+
RequestSection = 159,
160+
ItemPositionSync = 160,
161+
HostToken = 161
149162
}

0 commit comments

Comments
 (0)