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