summaryrefslogtreecommitdiff
path: root/apps/esmtool/record.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/esmtool/record.cpp')
-rw-r--r--apps/esmtool/record.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/esmtool/record.cpp b/apps/esmtool/record.cpp
index b1185a4d33..d099bdfcfb 100644
--- a/apps/esmtool/record.cpp
+++ b/apps/esmtool/record.cpp
@@ -479,7 +479,7 @@ namespace EsmTool
std::cout << " Script: " << mData.mScript << std::endl;
std::cout << " Weight: " << mData.mData.mWeight << std::endl;
std::cout << " Value: " << mData.mData.mValue << std::endl;
- std::cout << " AutoCalc: " << mData.mData.mAutoCalc << std::endl;
+ std::cout << " Flags: " << potionFlags(mData.mData.mFlags) << std::endl;
printEffectList(mData.mEffects);
std::cout << " Deleted: " << mIsDeleted << std::endl;
}