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