mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-22 11:38:29 +00:00
[Expansion] Content Filtering Adjustments (#1910)
* Change default expansion values for ALL to -1 from 0 * Adjust content_filter_criteria * Refactor content filtering logic * Allow flag strings to also just be empty instead of null * Formatting * Editor oops
This commit is contained in:
@@ -42,9 +42,6 @@ public:
|
||||
std::string GetZoneLongName(uint32 zone_id);
|
||||
const char *GetZoneName(uint32 zone_id, bool error_unknown = false);
|
||||
const char *GetZoneLongName(uint32 zone_id, bool error_unknown = false);
|
||||
|
||||
static void LoadContentFlags();
|
||||
static void SetContentFlag(const std::string& content_flag_name, bool enabled);
|
||||
};
|
||||
|
||||
extern ZoneStore zone_store;
|
||||
|
||||
Reference in New Issue
Block a user