Wrong field type.

This commit is contained in:
JoelKatz
2013-07-13 19:08:46 -07:00
parent 5b2d5e8428
commit 454a713e3f

View File

@@ -221,7 +221,7 @@ private:
{
++trusted;
if (it.second->isFieldPresent(sfLoadFee))
fee += it.second->getFieldU64(sfLoadFee);
fee += it.second->getFieldU32(sfLoadFee);
else
fee += ref;
}