diff options
Diffstat (limited to 'Server/Plugins/APIDump/APIDesc.lua')
-rw-r--r-- | Server/Plugins/APIDump/APIDesc.lua | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Server/Plugins/APIDump/APIDesc.lua b/Server/Plugins/APIDump/APIDesc.lua index cfe595f17..251c2e4fb 100644 --- a/Server/Plugins/APIDump/APIDesc.lua +++ b/Server/Plugins/APIDump/APIDesc.lua @@ -6936,6 +6936,11 @@ These ItemGrids are available in the API and can be manipulated by the plugins, }, Variables = { + m_BookContent = + { + Type = "{{cBookContent|cBookContent}}", + Notes = "If it's a written or a writeable book, it contains the information of the book: Author, title and pages", + }, m_CustomName = { Type = "string", @@ -6971,11 +6976,6 @@ These ItemGrids are available in the API and can be manipulated by the plugins, Type = "number", Notes = "The repair cost of the item. The anvil need this value", }, - m_BookContent = - { - Type = "{{cBookContent|cBookContent}}", - Notes = "If it's a written or a writeable book, it contains the information of the book: Author, title and pages", - }, }, AdditionalInfo = { |