diff options
-rw-r--r-- | sql/updates/world/2013_05_21_00_world_trinity_strings.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2013_05_21_00_world_trinity_strings.sql b/sql/updates/world/2013_05_21_00_world_trinity_strings.sql index efdffb68b59..a8cae5aa19c 100644 --- a/sql/updates/world/2013_05_21_00_world_trinity_strings.sql +++ b/sql/updates/world/2013_05_21_00_world_trinity_strings.sql @@ -1,4 +1,4 @@ -DELETE FROM `trinity_string` WHERE entry IN (453, 548, 549, 550, 714, 716, 749, 752, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856); +DELETE FROM `trinity_string` WHERE entry IN (453, 548, 549, 550, 714, 716, 749, 752, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856); INSERT INTO `trinity_string` (entry, content_default) VALUES (453,'│Player %s %s (guid: %u)'), (548,'│ GM Mode active, Phase: -1'), |