mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 19:37:03 +00:00
6 lines
278 B
SQL
6 lines
278 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_8965_01_mangos_mangos_string required_8965_02_mangos_command bit;
|
|
|
|
DELETE FROM command where name IN ('quit');
|
|
|
|
INSERT INTO `command` VALUES
|
|
('quit',4,'Syntax: quit\r\n\r\nClose RA connection. Command must be typed fully (quit).');
|