mirror of
https://github.com/araxiaonline/mod-azerothshard.git
synced 2026-06-13 01:32:21 -04:00
5 lines
319 B
SQL
5 lines
319 B
SQL
DELETE FROM trinity_string WHERE entry IN (7000, 7001);
|
|
INSERT INTO trinity_string (entry, content_default) VALUES (7000, "|cffff0000[Arena Queue Announcer]:|r A team joined %ux%u! |r");
|
|
INSERT INTO trinity_string (entry, content_default) VALUES (7001, "|cffff0000[Arena Queue Announcer]:|r A team exited %ux%u! |r");
|
|
|