diff options
-rw-r--r-- | src/server/game/Entities/Player/CollectionMgr.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/server/game/Entities/Player/CollectionMgr.cpp b/src/server/game/Entities/Player/CollectionMgr.cpp index 918aef37960..05baa96f5e6 100644 --- a/src/server/game/Entities/Player/CollectionMgr.cpp +++ b/src/server/game/Entities/Player/CollectionMgr.cpp @@ -502,7 +502,6 @@ void CollectionMgr::LoadAccountItemAppearances(PreparedQueryResult knownAppearan } while (favoriteAppearances->NextRow()); } - /* // Static item appearances known by every player static uint32 constexpr hiddenAppearanceItems[] = { @@ -527,7 +526,6 @@ void CollectionMgr::LoadAccountItemAppearances(PreparedQueryResult knownAppearan _appearances->set(hiddenAppearance->ID); } - */ } void CollectionMgr::SaveAccountItemAppearances(LoginDatabaseTransaction trans) |