NPC Faction lists to new shared memory scheme

This commit is contained in:
KimLS
2013-02-23 13:45:19 -08:00
parent 8937c5be86
commit c31b2b65c1
47 changed files with 216 additions and 2459 deletions
+1 -3
View File
@@ -37,8 +37,6 @@ void LoadSkillCaps(SharedDatabase *database) {
mmf.ZeroFile();
void *ptr = mmf.Get();
database->LoadSkillCaps(ptr);
mmf.SetLoaded();
database->LoadSkillCaps(ptr);
mutex.Unlock();
}