server/sql/updates/0.12/06701_mangos_mangos_string.sql
2008-12-23 02:04:42 +03:00

5 lines
303 B
SQL

DELETE FROM mangos_string WHERE entry IN (328,329,330);
INSERT INTO mangos_string VALUES
(328,'Characters at account %s (Id: %u)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
(329,' %s (GUID %u)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
(330,'No players found!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);