[Fix] Repair levers opening the Evolving XP Transfer Window (#4607)

This commit is contained in:
Mitch Freeman 2025-01-22 20:55:21 -04:00 committed by GitHub
parent 31abaf8016
commit e83d0942ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -612,7 +612,7 @@ void Doors::HandleClick(Client *sender, uint8 trigger)
}
}
if (GetOpenType() == 40 && GetZone(GetDoorZone(),0)) {
if (GetOpenType() == 40 && sender->GetZoneID() == Zones::CORATHUS) {
sender->SendEvolveXPTransferWindow();
}
}