diff options
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/10431_world_trinity_string.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/10431_world_trinity_string.sql b/sql/updates/10431_world_trinity_string.sql new file mode 100644 index 00000000000..227fb43fd4d --- /dev/null +++ b/sql/updates/10431_world_trinity_string.sql @@ -0,0 +1,4 @@ +DELETE FROM `trinity_string` WHERE `entry` IN (1134, 1135); +INSERT INTO `trinity_string` (`entry`, `content_default`) VALUES +(1134, 'Sending tickets is allowed.'), +(1135, 'Sending tickets is not allowed.'); |
