This commit is contained in:
aozhiwei 2020-04-22 14:08:50 +08:00
parent ddd77d25d2
commit 724dc3ab72

View File

@ -1651,7 +1651,7 @@ BornPoint* Room::AllocBornPoint(Human* hum)
}
}
if (born_point) {
DecBornPointHumanNum(born_point, hum);
IncBornPointHumanNum(born_point, hum);
}
return born_point;
}