Skip to content

Commit

Permalink
Update ProgressionSystem.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyeriah committed Aug 26, 2024
1 parent 4739c3c commit 2a289a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ProgressionSystem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ class ProgressionSystemLoadingDBUpdates : public DatabaseScript

// Remove disabled attunements
std::string disabledAttunements = sConfigMgr->GetOption<std::string>("ProgressionSystem.DisabledAttunements", "");
std::vector<uint32> attunementIds;
for (auto& itr : Acore::Tokenize(disabledAttunements, ',', false))
WorldDatabase.Query("DELETE FROM dungeon_access_requirements WHERE dungeon_access_id = {}", Acore::StringTo<uint32>(itr).value());
}
Expand Down

0 comments on commit 2a289a6

Please sign in to comment.