mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2024-11-04 22:40:05 +00:00
Properly set default NPC class
This commit is contained in:
parent
478bcd5338
commit
fa7b6e6145
@ -25,6 +25,8 @@ public:
|
||||
appearanceData.iBarkerType = 0;
|
||||
appearanceData.iNPC_ID = id;
|
||||
|
||||
npcClass = NPCClass::NPC_BASE;
|
||||
|
||||
instanceID = iID;
|
||||
|
||||
chunkPos = std::make_tuple(0, 0, 0);
|
||||
|
Loading…
Reference in New Issue
Block a user