diff options
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/7465_world_command.sql | 1 | ||||
| -rw-r--r-- | sql/updates/7465_world_trinity_string.sql | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/7465_world_command.sql b/sql/updates/7465_world_command.sql new file mode 100644 index 00000000000..8d0fe064048 --- /dev/null +++ b/sql/updates/7465_world_command.sql @@ -0,0 +1 @@ +INSERT INTO comand VALUES ('gobject info', 2, 'Syntax: .gobject info [$object_entry]\r\n\r\nQuery Gameobject information for selected gameobject or given entry.");
\ No newline at end of file diff --git a/sql/updates/7465_world_trinity_string.sql b/sql/updates/7465_world_trinity_string.sql new file mode 100644 index 00000000000..acb451dc38a --- /dev/null +++ b/sql/updates/7465_world_trinity_string.sql @@ -0,0 +1,4 @@ +INSERT INTO trinity_string (`entry`, `content_default`) VALUES (5024, 'Entry: %u'); +INSERT INTO trinity_string (`entry`, `content_default`) VALUES (5025, 'Type: %u'); +INSERT INTO trinity_string (`entry`, `content_default`) VALUES (5026, 'DisplayID: %u'); +INSERT INTO trinity_string (`entry`, `content_default`) VALUES (5027, 'Name: %s'); |
