mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
6 lines
408 B
SQL
6 lines
408 B
SQL
DELETE FROM `mangos_string` WHERE `entry` in (707,708,709,710);
|
|
INSERT INTO `mangos_string` VALUES
|
|
(707,'%s wishes to not be disturbed and cannot receive whisper messages: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
|
(708,'%s is Away from Keyboard: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
|
(709,'Do not Disturb',NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
|
(710,'Away from Keyboard',NULL,NULL,NULL,NULL,NULL,NULL,NULL);
|