diff options
| author | Spp <none@none> | 2010-03-12 18:55:41 +0100 |
|---|---|---|
| committer | Spp <none@none> | 2010-03-12 18:55:41 +0100 |
| commit | 2cac9671caaa8ed942e7d9ed9026d83d01eb88e9 (patch) | |
| tree | ad5381d01d3c33ae270048ad9bb39f458279fb89 /sql/updates | |
| parent | d2a3f9670f303ad3e27d2860762091db37ab2d2e (diff) | |
Add map and zone to account onlinelist command.
Closes issue 466
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/7548_world_trinity_string.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/7548_world_trinity_string.sql b/sql/updates/7548_world_trinity_string.sql new file mode 100644 index 00000000000..5d6165f2125 --- /dev/null +++ b/sql/updates/7548_world_trinity_string.sql @@ -0,0 +1,6 @@ +DELETE FROM `trinity_string` WHERE `entry` in (1010,1012,1013,1015); +INSERT INTO `trinity_string` (`entry`, `content_default`) VALUES +(1010, '[ Account][ Character][ IP][GMLev][Expansion][Map][Zone]'), +(1012, '=============================================================================='), +(1013, '-[%16s][%12s][%15s][%5d][%9d][%3d][%4d]'), +(1015, '============================== Characters Online =============================');
\ No newline at end of file |
