Fix typo.

(cherry picked from commit 1365b8edd1f0a20e97ccb9a30cd74a6dc97c44bd)
This commit is contained in:
cc9cii 2015-09-12 11:18:07 +10:00
parent 148ccb79e8
commit ae1439f223

View File

@ -659,7 +659,7 @@ namespace CSMWorld
const RefIdColumn *mScale;
const RefIdColumn *mOriginal;
const RefIdColumn *mAttributes;
const RefIdColumn *mAttack;
const RefIdColumn *mAttacks;
const RefIdColumn *mMisc;
CreatureColumns (const ActorColumns& actorColumns);