mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-22 19:58:24 +00:00
NewSpawn support
This commit is contained in:
@@ -2019,6 +2019,8 @@ namespace Larion
|
||||
delete in;
|
||||
}
|
||||
|
||||
ENCODE(OP_NewSpawn) { ENCODE_FORWARD(OP_ZoneSpawns); }
|
||||
|
||||
ENCODE(OP_NewZone) {
|
||||
EQApplicationPacket* in = *p;
|
||||
*p = nullptr;
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user