Another safeguard against a dangling pointer.

This commit is contained in:
SecretsOTheP 2013-03-23 10:10:03 -04:00
parent fa18991917
commit 18e9714273

View File

@ -5775,6 +5775,7 @@ bool Merc::Dismiss(){
void Merc::Zone() {
Save();
entity_list.RemoveMerc(this->GetID());
Depop();
}