mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-03 03:50:40 +00:00
[Code] WorldContentServer Global to Singleton Cleanup (#4939)
This commit is contained in:
+1
-1
@@ -57,7 +57,7 @@ void NPC::AddLootTable(uint32 loottable_id, bool is_global)
|
||||
.content_flags_disabled = l->content_flags_disabled
|
||||
};
|
||||
|
||||
if (!content_service.DoesPassContentFiltering(content_flags)) {
|
||||
if (!WorldContentService::Instance()->DoesPassContentFiltering(content_flags)) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user