1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-29 06:15:32 +00:00

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);