diff options
| author | p0wer <none@none> | 2010-03-01 19:28:21 -0600 |
|---|---|---|
| committer | p0wer <none@none> | 2010-03-01 19:28:21 -0600 |
| commit | 81f6779102561df0719b0471b101bb5c15d2609a (patch) | |
| tree | a78192d7f7d3ef61b70dc936d39e5e4ae58fb48d /sql/updates | |
| parent | 22d7ceaabb13d86d30986fe37808c38b98a74ff6 (diff) | |
Add command similar to pinfo but for gameobjects.
Displays Entry, Type, DisplayId, and Name.
Created in response to issue #768.
--HG--
branch : trunk
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'); |
