mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-15 00:01:28 +00:00
Fix issue with requesting an adventure
This commit is contained in:
parent
eebe902917
commit
8422178233
@ -715,7 +715,7 @@ bool AdventureManager::LoadAdventureEntries()
|
||||
|
||||
std::list<AdventureTemplate*> temp;
|
||||
auto iter = adventure_entries.find(id);
|
||||
if(iter == adventure_entries.end())
|
||||
if(iter != adventure_entries.end())
|
||||
temp = adventure_entries[id];
|
||||
|
||||
temp.push_back(tid);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user