mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-16 21:12:26 +00:00
Do not set teleport doors to Open (#1786)
This commit is contained in:
parent
8b54bb34e4
commit
774e0c7faa
@ -383,7 +383,9 @@ void Doors::HandleClick(Client* sender, uint8 trigger) {
|
||||
if (!IsDoorOpen() || (open_type == 58)) {
|
||||
if (!disable_timer)
|
||||
close_timer.Start();
|
||||
SetOpenState(true);
|
||||
|
||||
if(strncmp(destination_zone_name, "NONE", strlen("NONE")) == 0)
|
||||
SetOpenState(true);
|
||||
} else {
|
||||
close_timer.Disable();
|
||||
if (!disable_timer)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user