chore(DB): import pending files

Referenced commit(s): 72d060f097
This commit is contained in:
github-actions[bot]
2025-10-16 10:10:19 +00:00
parent 72d060f097
commit 46f04b6062

View File

@@ -0,0 +1,5 @@
-- DB update 2025_10_16_01 -> 2025_10_16_02
--
DELETE FROM `command` WHERE `name` = "packetlog";
INSERT INTO `command` (`name`, `security`, `help`) VALUES
("packetlog", 2, "Syntax: .packetlog [on/off]\n Toggles to allow the character using the command to start to log their packets into the server, PacketLogFile needs to be set with a valid filename");