mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 07:18:37 +00:00
[Quest API] Reload content flags globally when a content flag is set (#3564)
This commit is contained in:
@@ -2746,6 +2746,7 @@ bool Perl__IsContentFlagEnabled(std::string flag_name)
|
||||
void Perl__SetContentFlag(std::string flag_name, bool enabled)
|
||||
{
|
||||
content_service.SetContentFlag(flag_name, enabled);
|
||||
zone->ReloadContentFlags();
|
||||
}
|
||||
|
||||
Expedition* Perl__get_expedition()
|
||||
|
||||
Reference in New Issue
Block a user