Skip to content

Commit bd3974d

Browse files
committed
Add missing PacketTypes from 1.4.5.0
1 parent 9dc7827 commit bd3974d

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

TerrariaServerAPI/TerrariaApi.Server/PacketTypes.cs

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,5 +145,18 @@ public enum PacketTypes
145145
SyncItemsWithShimmer = 145,
146146
ShimmerActions = 146,
147147
SyncLoadout = 147,
148-
SyncItemCannotBeTakenByEnemies = 148
148+
SyncItemCannotBeTakenByEnemies = 148,
149+
DeadCellsDisplayJarTryPlacing = 149,
150+
SpectatePlayer = 150,
151+
SyncItemDespawn = 151,
152+
ItemUseSound = 152,
153+
NPCDebuffDamage = 153,
154+
Ping = 154,
155+
SyncChestSize = 155,
156+
TELeashedEntityAnchorPlaceItem = 156,
157+
TeamChangeFromUI = 157,
158+
ExtraSpawnSectionLoaded = 158,
159+
RequestSection = 159,
160+
ItemPosition = 160,
161+
HostToken = 161
149162
}

0 commit comments

Comments
 (0)