From 0b5c545e570c3ac605dce8596b56447abfea2449 Mon Sep 17 00:00:00 2001 From: Shauren Date: Fri, 7 Jul 2017 21:24:02 +0200 Subject: Core/LFG: Drop comment field, it no longer exists in packets --- sql/updates/world/master/2017_07_07_00_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/master/2017_07_07_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2017_07_07_00_world.sql b/sql/updates/world/master/2017_07_07_00_world.sql new file mode 100644 index 00000000000..1913c2ed602 --- /dev/null +++ b/sql/updates/world/master/2017_07_07_00_world.sql @@ -0,0 +1 @@ +UPDATE `trinity_string` SET `content_default`='Player name: %s, State: %s, Dungeons: %u (%s), Roles: %s' WHERE `entry`=9980; -- cgit v1.2.3