added missing column enum

This commit is contained in:
Marc Zinnschlag 2013-09-27 13:56:23 +02:00
parent 31346dde58
commit 6ac4dedfbe
2 changed files with 2 additions and 0 deletions

View file

@ -147,6 +147,7 @@ namespace CSMWorld
{ ColumnId_Magical, "Magical" },
{ ColumnId_Silver, "Silver" },
{ ColumnId_Filter, "Filter" },
{ ColumnId_Scope, "Scope", },
{ ColumnId_UseValue1, "Use value 1" },
{ ColumnId_UseValue2, "Use value 2" },

View file

@ -140,6 +140,7 @@ namespace CSMWorld
ColumnId_Magical = 107,
ColumnId_Silver = 108,
ColumnId_Filter = 109,
ColumnId_Scope = 110,
// Allocated to a separate value range, so we don't get a collision should we ever need
// to extend the number of use values.