添加新匹配规则

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() bool Room::IsMiniRoom()
{ {
#if 0
if (GetRoomType() == RT_NewBrid || if (GetRoomType() == RT_NewBrid ||
GetRoomType() == RT_MidBrid) { GetRoomType() == RT_MidBrid) {
if (a8::BetweenDays(Global::g_nowtime, creator_register_time_) > 0) { if (a8::BetweenDays(Global::g_nowtime, creator_register_time_) > 0) {
return false; return false;
} }
} }
#endif
return return
GetRoomType() == RT_NewBrid || GetRoomType() == RT_NewBrid ||