mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-11 15:58:36 +00:00
[Quest API] Reload content flags globally when a content flag is set (#3564)
This commit is contained in:
@@ -3136,3 +3136,13 @@ bool Zone::CompareDataBucket(uint8 bucket_comparison, const std::string& bucket_
|
||||
|
||||
return passes;
|
||||
}
|
||||
|
||||
void Zone::ReloadContentFlags()
|
||||
{
|
||||
auto pack = new ServerPacket(ServerOP_ReloadContentFlags, 0);
|
||||
if (pack) {
|
||||
worldserver.SendPacket(pack);
|
||||
}
|
||||
|
||||
safe_delete(pack);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user