Skip to content

Commit f1a14e6

Browse files
committed
Update mod_zone_difficulty_handler.cpp
1 parent 144370f commit f1a14e6

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
@@ -1137,7 +1137,7 @@ void ZoneDifficulty::ProcessCreatureDeath(Map* map, uint32 entry)
11371137
if (npcId != entry)
11381138
continue;
11391139

1140-
auto const& [setting, zoneName] = data;
1140+
auto [setting, zoneName] = data;
11411141

11421142
map->DoForAllPlayers([=](Player* player)
11431143
{

0 commit comments

Comments
 (0)