mirror of
https://github.com/ProjectSkyfire/SkyFire_548
synced 2026-08-18 06:32:13 -04:00
6 lines
430 B
SQL
6 lines
430 B
SQL
DELETE FROM `trinity_string` WHERE `entry` in (1010,1012,1013,1015);
|
|
INSERT INTO `trinity_string` (`entry`, `content_default`) VALUES
|
|
(1010, '-[ Account][ Character][ IP][Map][Zone][Exp][GMLev]-'),
|
|
(1012, '-==================================================================-'),
|
|
(1013, '-[%16s][%12s][%15s][%3d][%4d][%d][%d]-'),
|
|
(1015, '-======================== Characters Online =======================-');
|