Skip to content

Commit

Permalink
Fixed missing proto parsing of attribute_constitution
Browse files Browse the repository at this point in the history
  • Loading branch information
DMD authored and DMD committed Sep 10, 2016
1 parent 360f936 commit 1f6cd59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TemplePlus/protos.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ int ProtosHooks::ParseCondition(int colIdx, objHndl handle, char * content, int
static std::unordered_map<string, int> attributeEnumTable({
{"attribute_strength", stat_strength},
{"attribute_dexterity", stat_dexterity},
{"attribute_constitution", stat_constitution },
{"attribute_intelligence", stat_intelligence},
{"attribute_wisdom", stat_wisdom },
{"attribute_charisma", stat_charisma },
Expand Down

0 comments on commit 1f6cd59

Please sign in to comment.