From bc8ae1ed072c7ec7af6b3ee8acc15f700a2c4e09 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 : items_id --- .../gamedev/interfaces_v3/local_database.xml | 32 +++++++++++++++ code/ryzom/common/data_common/database.xml | 41 +++++++++++++++++++ .../common/src/game_share/inventories.cpp | 6 +-- .../ryzom/common/src/game_share/inventories.h | 28 ++++++++----- 4 files changed, 94 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 fc0d1d209..8cdcf1f31 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" /> + + + + + + + + +