aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2017_06_12_00_world.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_06_12_00_world.sql b/sql/updates/world/3.3.5/2017_06_12_00_world.sql
new file mode 100644
index 00000000000..56d15d9775a
--- /dev/null
+++ b/sql/updates/world/3.3.5/2017_06_12_00_world.sql
@@ -0,0 +1,5 @@
+--
+UPDATE `trinity_string` SET `content_default`="You can only summon a player to your instance if either that player or his group leader is in your instance, too." WHERE `entry`=103;
+DELETE FROM `trinity_string` WHERE `entry`=187;
+INSERT INTO `trinity_string` (`entry`,`content_default`) VALUES
+ (187, "The group's leader is not in your instance - summoning only members that are already in your map.");