mirror of
https://github.com/ProjectSkyfire/SkyFire_548
synced 2026-08-18 06:32:13 -04:00
6 lines
218 B
SQL
6 lines
218 B
SQL
DELETE FROM `trinity_string` WHERE `entry` IN (5024,5025,5026,5027);
|
|
INSERT INTO trinity_string (`entry`, `content_default`) VALUES
|
|
(5024, 'Entry: %u'),
|
|
(5025, 'Type: %u'),
|
|
(5026, 'DisplayID: %u'),
|
|
(5027, 'Name: %s');
|