mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-07 05:42:21 +00:00
Update doors.cpp
This commit is contained in:
parent
284bb4eb8d
commit
9731372f38
@ -852,7 +852,7 @@ void Doors::CreateDatabaseEntry()
|
||||
const auto& l = DoorsRepository::GetWhere(
|
||||
content_db,
|
||||
fmt::format(
|
||||
"zone = '{}' AND version = {} AND doorid = {}",
|
||||
"zone = '{}' AND (version = {} OR version = -1) AND doorid = {}",
|
||||
zone->GetShortName(),
|
||||
zone->GetInstanceVersion(),
|
||||
GetDoorID()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user