File tree Expand file tree Collapse file tree
TerrariaServerAPI/TerrariaApi.Server Expand file tree Collapse file tree Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments