mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-19 17:38:26 +00:00
Add support for virtual zonepoints
This commit is contained in:
@@ -918,6 +918,11 @@ void Client::CompleteConnect()
|
||||
worldserver.RequestTellQueue(GetName());
|
||||
|
||||
entity_list.ScanCloseMobs(close_mobs, this, true);
|
||||
|
||||
if (GetGM()) {
|
||||
ShowDevToolsMenu();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// connecting opcode handlers
|
||||
@@ -4640,6 +4645,9 @@ void Client::Handle_OP_ClientUpdate(const EQApplicationPacket *app) {
|
||||
}
|
||||
CheckRegionTypeChanges();
|
||||
}
|
||||
|
||||
CheckVirtualZoneLines();
|
||||
|
||||
}
|
||||
|
||||
void Client::Handle_OP_CombatAbility(const EQApplicationPacket *app)
|
||||
|
||||
Reference in New Issue
Block a user