diff options
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/2015_04_18_00_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2015_04_18_00_world.sql b/sql/updates/world/2015_04_18_00_world.sql new file mode 100644 index 00000000000..6f5645c84b1 --- /dev/null +++ b/sql/updates/world/2015_04_18_00_world.sql @@ -0,0 +1,4 @@ +DELETE FROM `trinity_string` WHERE `entry` IN (1204, 1205); +INSERT INTO `trinity_string` (`entry`, `content_default`) VALUES +(1204, 'You have entered areatrigger %u.'), +(1205, 'You have left areatrigger %u.'); |
