diff --git a/server/gameserver/roomobstacle.cc b/server/gameserver/roomobstacle.cc index 75a16f6c..fe41d105 100644 --- a/server/gameserver/roomobstacle.cc +++ b/server/gameserver/roomobstacle.cc @@ -344,6 +344,11 @@ void RoomObstacle::Active() ActiveMedicalStation(); } break; + case kObstaclePortal: + { + ActivePortal(); + } + break; default: { }