skyfire/sql/old/3.3.2/07551_world_trinity_string.sql
runningnak3d fd14dbe399 Misc: Restructuring directory layout to accomodate the fact that we will
be pushing DB content. We will no longer have a seperate DB repo.
2011-02-02 07:50:21 -07:00

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 =======================-');