mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 07:18:37 +00:00
Various bug fixes
This commit is contained in:
@@ -6225,7 +6225,7 @@ void Client::Handle_OP_ClickDoor(const EQApplicationPacket *app)
|
||||
if(!currentdoor)
|
||||
{
|
||||
Message(0,"Unable to find door, please notify a GM (DoorID: %i).",cd->doorid);
|
||||
return;
|
||||
return;
|
||||
}
|
||||
|
||||
char buf[20];
|
||||
|
||||
Reference in New Issue
Block a user