Fix typo.

(cherry picked from commit 1365b8edd1)
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);