mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 23:01:30 +00:00
[Bug Fix] spawn_conditions map was being emptied by mistake (#4033)
This commit is contained in:
parent
5377bb3f49
commit
fa783c3c6b
@ -915,8 +915,6 @@ bool SpawnConditionManager::LoadSpawnConditions(const std::string& zone_short_na
|
|||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
spawn_conditions.clear();
|
|
||||||
|
|
||||||
for (const auto& e : condition_values) {
|
for (const auto& e : condition_values) {
|
||||||
auto i = spawn_conditions.find(e.id);
|
auto i = spawn_conditions.find(e.id);
|
||||||
if (i != spawn_conditions.end()) {
|
if (i != spawn_conditions.end()) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user