Skip to content

Commit 8f4090d

Browse files
authored
Merge branch 'general-devel' into 1.4.5-packet-types
2 parents a89eed7 + 9573e6e commit 8f4090d

1 file changed

Lines changed: 13 additions & 9 deletions

File tree

TerrariaServerAPI/TerrariaApi.Server/PacketTypes.cs

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -145,18 +145,22 @@ public enum PacketTypes
145145
SyncItemsWithShimmer = 145,
146146
ShimmerActions = 146,
147147
SyncLoadout = 147,
148-
SyncItemCannotBeTakenByEnemies = 148,
149-
TEDeadCellsDisplayJar = 149,
150-
Spectating = 150,
151-
ItemAirTurn = 151,
148+
SyncItemCannotBeTakenByEnemies = 148,
149+
TEDeadCellsDisplayJar = 149,
150+
SpectatePlayer = 150,
151+
SyncItemDespawn = 151,
152152
ItemUseSound = 152,
153153
NpcHurtByDebuff = 153,
154154
Ping = 154,
155-
ChestResize = 155,
156-
LeashedEntityItem = 156,
157-
PlayerTeamV2 = 157, // Same as PlayerTeam(case 45) in source code
158-
TeamSwapSpawn = 158,
155+
SyncChestSize = 155,
156+
TELeashedEntityAnchorPlaceItem = 156,
157+
TeamChangeFromUI = 157,
158+
ExtraSpawnSectionLoaded = 158,
159159
RequestSection = 159,
160-
ItemPositionSync = 160,
160+
SyncItemPosition = 160,
161161
HostToken = 161
162+
163+
// Mobile version packets
164+
ServerInfo = 162,
165+
PlayerPlatformInfo = 163
162166
}

0 commit comments

Comments
 (0)