From 660aa059ae9d537b54e043447d62afc7495e7b06 Mon Sep 17 00:00:00 2001 From: Shauren Date: Mon, 26 Sep 2016 17:43:33 +0200 Subject: Core/Commands: Slightly improve output of bnetaccount create command Ref #18002 --- sql/updates/world/6.x/2016_09_26_00_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/6.x/2016_09_26_00_world.sql (limited to 'sql/updates') 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'); -- cgit v1.2.3