skyfire/sql/old/3.3.2/07465_world_trinity_string.sql
2012-11-19 01:00:47 +00:00

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