mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-11 09:49:04 +00:00
Typo
This commit is contained in:
parent
a6a7d98233
commit
107e019372
1 changed files with 2 additions and 2 deletions
|
@ -33,13 +33,13 @@ namespace RYZOMID
|
||||||
creature_begin = 0,
|
creature_begin = 0,
|
||||||
player = creature_begin,
|
player = creature_begin,
|
||||||
bot_ai_begin,
|
bot_ai_begin,
|
||||||
npc = bot_begin, //1
|
npc = bot_ai_begin, //1
|
||||||
creature, //2
|
creature, //2
|
||||||
mount, //3
|
mount, //3
|
||||||
pack_animal, //4
|
pack_animal, //4
|
||||||
flora, //5
|
flora, //5
|
||||||
bot_ai_end = flora,
|
bot_ai_end = flora,
|
||||||
creature_end = bot_end,
|
creature_end = bot_ai_end,
|
||||||
|
|
||||||
// objects part
|
// objects part
|
||||||
object, // 6
|
object, // 6
|
||||||
|
|
Loading…
Reference in a new issue