Fix for special_abilities crash dealing with std::string in struct that was then memcpyed

This commit is contained in:
KimLS
2013-07-18 00:24:43 -07:00
parent 2331678312
commit 1f2145a45d
8 changed files with 17 additions and 27 deletions
-1
View File
@@ -1850,7 +1850,6 @@ void Merc::AI_Start(int32 iMoveDelay) {
}
if (NPCTypedata_ours) {
//AI_AddNPCSpells(ourNPCData->npc_spells_id);
ProcessSpecialAbilities(NPCTypedata_ours->special_abilities);
}