NewSpawn support

This commit is contained in:
KimLS
2024-11-21 23:51:20 -08:00
parent 429d6fd87d
commit 8947058465
3 changed files with 7 additions and 4 deletions
+2
View File
@@ -2019,6 +2019,8 @@ namespace Larion
delete in;
}
ENCODE(OP_NewSpawn) { ENCODE_FORWARD(OP_ZoneSpawns); }
ENCODE(OP_NewZone) {
EQApplicationPacket* in = *p;
*p = nullptr;
+1
View File
@@ -12,6 +12,7 @@ E(OP_PlayerProfile)
E(OP_ZoneEntry)
E(OP_ZoneSpawns)
E(OP_CharInventory)
E(OP_NewSpawn)
E(OP_NewZone)
E(OP_SpawnDoor)
E(OP_GroundSpawn)