Fix Mercprofile usStrategicInsertionData for bigmaps

NPCs would not appear in the map if their gridno was over 65535 in large maps
This commit is contained in:
Asdow
2025-06-15 14:42:34 +03:00
parent 11caa6529c
commit efb54202ea
3 changed files with 13 additions and 4 deletions
+1 -1
View File
@@ -934,7 +934,7 @@ public:
UINT8 ubLastDateSpokenTo;
UINT8 bLastQuoteSaidWasSpecial;
INT8 bSectorZ;
UINT16 usStrategicInsertionData;
UINT32 usStrategicInsertionData;
INT8 bFriendlyOrDirectDefaultResponseUsedRecently;
INT8 bRecruitDefaultResponseUsedRecently;
INT8 bThreatenDefaultResponseUsedRecently;