From 81f6779102561df0719b0471b101bb5c15d2609a Mon Sep 17 00:00:00 2001 From: p0wer Date: Mon, 1 Mar 2010 19:28:21 -0600 Subject: Add command similar to pinfo but for gameobjects. Displays Entry, Type, DisplayId, and Name. Created in response to issue #768. --HG-- branch : trunk --- sql/updates/7465_world_command.sql | 1 + sql/updates/7465_world_trinity_string.sql | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 sql/updates/7465_world_command.sql create mode 100644 sql/updates/7465_world_trinity_string.sql (limited to 'sql/updates') 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'); -- cgit v1.2.3