From 5c2c9a684f1458da0cea1f3536622add77ef1324 Mon Sep 17 00:00:00 2001 From: Shauren Date: Sun, 24 Jan 2016 15:56:10 +0100 Subject: Core/DataStores: Updated dbc/db2 to 7.0.1.20810 --- src/common/Define.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common') diff --git a/src/common/Define.h b/src/common/Define.h index 35a4dad3e1b..c9eb42791e9 100644 --- a/src/common/Define.h +++ b/src/common/Define.h @@ -167,6 +167,7 @@ enum DBCFormer FT_INT = 'i', //uint32 FT_BYTE = 'b', //uint8 FT_LONG = 'l', //uint64 + FT_SHORT = 'h', //uint16 FT_SORT = 'd', //sorted by this field, field is not included FT_IND = 'n', //the same, but parsed to data FT_SQL_PRESENT = 'p', //Used in sql format to mark column present in sql dbc -- cgit v1.2.3