mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 21:26:23 +00:00
5
data/sql/updates/db_world/2025_10_16_02.sql
Normal file
5
data/sql/updates/db_world/2025_10_16_02.sql
Normal 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");
|
||||
Reference in New Issue
Block a user