aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2016-09-26 17:43:33 +0200
committerShauren <shauren.trinity@gmail.com>2016-09-26 17:43:33 +0200
commit660aa059ae9d537b54e043447d62afc7495e7b06 (patch)
tree105777d0f67874a56d2c52918c5e39ca45014b54 /sql
parente22c800edd1100582238b4c505c0d2a262c0b8c7 (diff)
Core/Commands: Slightly improve output of bnetaccount create command
Ref #18002
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/6.x/2016_09_26_00_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/6.x/2016_09_26_00_world.sql b/sql/updates/world/6.x/2016_09_26_00_world.sql
new file mode 100644
index 00000000000..c02a6eb776b
--- /dev/null
+++ b/sql/updates/world/6.x/2016_09_26_00_world.sql
@@ -0,0 +1,4 @@
+DELETE FROM `trinity_string` WHERE `entry` IN (1032, 1033);
+INSERT INTO `trinity_string` (`entry`, `content_default`) VALUES
+(1032, 'Battle.net account created: %s with game account %s'),
+(1033, 'Battle.net account created: %s');