[Server] Clear new types of records in ClearRecords()

pull/541/head
David Cernat 5 years ago
parent 247d2fad30
commit 0189d19d14

@ -61,6 +61,10 @@ void RecordsDynamicFunctions::ClearRecords() noexcept
WorldstateFunctions::writeWorldstate.clothingRecords.clear();
WorldstateFunctions::writeWorldstate.miscellaneousRecords.clear();
WorldstateFunctions::writeWorldstate.weaponRecords.clear();
WorldstateFunctions::writeWorldstate.containerRecords.clear();
WorldstateFunctions::writeWorldstate.doorRecords.clear();
WorldstateFunctions::writeWorldstate.activatorRecords.clear();
WorldstateFunctions::writeWorldstate.staticRecords.clear();
}
unsigned short RecordsDynamicFunctions::GetRecordType() noexcept

Loading…
Cancel
Save