aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2011_01_14_03_world_trinity_string.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2011_01_14_03_world_trinity_string.sql b/sql/updates/world/2011_01_14_03_world_trinity_string.sql
new file mode 100644
index 00000000000..7dab007f774
--- /dev/null
+++ b/sql/updates/world/2011_01_14_03_world_trinity_string.sql
@@ -0,0 +1,6 @@
+DELETE FROM `trinity_string` WHERE `entry` IN(1139,1140,1141,1142);
+INSERT INTO `trinity_string` (`entry`,`content_default`) VALUES
+(1139,' Follow player %s (lowguid %u)'),
+(1140,' Follow creature %s (lowguid %u)'),
+(1141,' Follow <NULL>'),
+(1142,' Effect movement');