diff options
Diffstat (limited to 'sql/updates/4176_world.sql')
| -rw-r--r-- | sql/updates/4176_world.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/4176_world.sql b/sql/updates/4176_world.sql index 3ba9e7a8ae1..be7c68354bb 100644 --- a/sql/updates/4176_world.sql +++ b/sql/updates/4176_world.sql @@ -1,2 +1,2 @@ UPDATE `trinity_string` SET `content_default` = '[Raid reset time: %s]' WHERE `entry` = 5017; -UPDATE `trinity_string` SET `content_default` = '[Heroic reset time: %s]' WHERE `entry` = 5018; +UPDATE `trinity_string` SET `content_default` = '[Heroic reset time: %s]' WHERE `entry` = 5018;
\ No newline at end of file |
