mirror of
https://github.com/mangosfour/server.git
synced 2025-12-19 04:37:06 +00:00
3 lines
181 B
SQL
3 lines
181 B
SQL
DELETE FROM mangos_string WHERE entry in (12);
|
|
INSERT INTO mangos_string VALUES
|
|
(12,'Online players: %u (max: %u) Queued players: %u (max: %u)',NULL,NULL,NULL,NULL,NULL,NULL,NULL);
|