fix(DB): Significantly increase opcode limit for guild member note opcodes. (#22258)

This commit is contained in:
Benjamin Jackson
2025-06-07 20:26:04 -04:00
committed by GitHub
parent 43108b8ee2
commit d7452e83b0

View File

@@ -0,0 +1 @@
UPDATE `antidos_opcode_policies` SET `MaxAllowedCount` = 1000 WHERE `Opcode` IN (564, 565);