mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-11 07:38:36 +00:00
NPC Faction lists to new shared memory scheme
This commit is contained in:
@@ -38,8 +38,5 @@ void LoadSpells(SharedDatabase *database) {
|
||||
|
||||
void *ptr = mmf.Get();
|
||||
database->LoadSpells(ptr, records);
|
||||
mmf.SetLoaded();
|
||||
|
||||
//Mutex will unlock on destruction because it's RAII but still.
|
||||
mutex.Unlock();
|
||||
}
|
||||
Reference in New Issue
Block a user