From 747a3f1d38abdb9b711877c168243f0d398b615f Mon Sep 17 00:00:00 2001 From: Killyana Date: Sat, 26 Sep 2015 23:40:13 +0200 Subject: DB: Fix a Typo on trinity string By @galathil Closes #15567 --- sql/updates/world/2015_09_26_05_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2015_09_26_05_world.sql (limited to 'sql') diff --git a/sql/updates/world/2015_09_26_05_world.sql b/sql/updates/world/2015_09_26_05_world.sql new file mode 100644 index 00000000000..955588cdd52 --- /dev/null +++ b/sql/updates/world/2015_09_26_05_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `trinity_string` SET `content_default`='Invalid item count (%u) for item %u' WHERE `entry`=52; -- cgit v1.2.3