diff options
| author | Shauren <shauren.trinity@gmail.com> | 2017-07-07 21:24:02 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2017-07-07 21:24:02 +0200 |
| commit | 0b5c545e570c3ac605dce8596b56447abfea2449 (patch) | |
| tree | 47d4de44c82f926a273f6012beb1cfbf6ac4c56a /sql | |
| parent | 4df6ceed91a61b3574c5dc07fd1c8df78b424674 (diff) | |
Core/LFG: Drop comment field, it no longer exists in packets
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2017_07_07_00_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
