Skip to content

Commit 879b574

Browse files
authored
Update src/mod_zone_difficulty_handler.cpp
1 parent c7bcdac commit 879b574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mod_zone_difficulty_handler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1132,7 +1132,7 @@ void ZoneDifficulty::ProcessCreatureDeath(Map* map, uint32 entry)
11321132
std::pair{ NPC_KILJAEDEN, std::tuple{ SETTING_SWP, "Sunwell Plateau" } }
11331133
};
11341134

1135-
for (const auto& [npcId, data] : deathData)
1135+
for (auto const& [npcId, data] : deathData)
11361136
{
11371137
if (npcId != entry)
11381138
continue;

0 commit comments

Comments
 (0)