添加新匹配规则

This commit is contained in:
aozhiwei 2020-07-13 16:05:08 +08:00
parent 49aedf5f62
commit f1b6c3ada1

View File

@ -2853,12 +2853,14 @@ void Room::ShuaLastGas()
bool Room::IsMiniRoom()
{
#if 0
if (GetRoomType() == RT_NewBrid ||
GetRoomType() == RT_MidBrid) {
if (a8::BetweenDays(Global::g_nowtime, creator_register_time_) > 0) {
return false;
}
}
#endif
return
GetRoomType() == RT_NewBrid ||