From de949a60a91f7eaec624c6d28cb426e2443663ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Gon=C3=A7alves?= Date: Thu, 6 Apr 2017 15:01:10 +0200 Subject: [PATCH] Added: CREATE_TIME and SERIAL properties to items in database.xml --HG-- branch : item_group --- .../gamedev/interfaces_v3/local_database.xml | 32 ++++++++++++++++ code/ryzom/common/data_common/database.xml | 38 +++++++++++++++++++ .../common/src/game_share/inventories.cpp | 6 +-- .../ryzom/common/src/game_share/inventories.h | 28 +++++++++----- 4 files changed, 91 insertions(+), 13 deletions(-) diff --git a/code/ryzom/client/data/gamedev/interfaces_v3/local_database.xml b/code/ryzom/client/data/gamedev/interfaces_v3/local_database.xml index dd509e77f..fc3455c05 100644 --- a/code/ryzom/client/data/gamedev/interfaces_v3/local_database.xml +++ b/code/ryzom/client/data/gamedev/interfaces_v3/local_database.xml @@ -37,6 +37,10 @@ type="I10" /> + + + + + + @@ -168,6 +180,10 @@ type="I10" /> + + + + + + @@ -309,6 +333,10 @@ type="I10" /> + + @@ -352,6 +380,10 @@ type="I10" /> + + diff --git a/code/ryzom/common/data_common/database.xml b/code/ryzom/common/data_common/database.xml index b87dd921b..f6920f90a 100644 --- a/code/ryzom/common/data_common/database.xml +++ b/code/ryzom/common/data_common/database.xml @@ -334,6 +334,8 @@ + + @@ -375,6 +377,10 @@ type="I10" /> + + @@ -407,6 +413,10 @@ type="I10" /> + + @@ -457,6 +467,10 @@ type="I10" /> + + + + + + @@ -596,6 +618,10 @@ type="I10" /> + + + + + + + +