mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 16:51:29 +00:00
[Fix] Repair levers opening the Evolving XP Transfer Window (#4607)
This commit is contained in:
parent
31abaf8016
commit
e83d0942ad
@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user