mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 19:19:56 +00:00
Fixed a bug in monster
git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@70 ea6a568a-9f4f-0410-981a-c910a81bb256
This commit is contained in:
parent
2f07faf00e
commit
394c1d18aa
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ const char[][] tokenList =
|
|||
TT.State : "state",
|
||||
TT.Typeof : "typeof",
|
||||
TT.Singleton : "singleton",
|
||||
TT.Singleton : "clone",
|
||||
TT.Clone : "clone",
|
||||
TT.Static : "static",
|
||||
TT.Const : "const",
|
||||
TT.Abstract : "abstract",
|
||||
|
|
Loading…
Reference in a new issue