diff --git a/src/scripts/common/CmnDefInnBed.cpp b/src/scripts/common/CmnDefInnBed.cpp index 58b2a6d9..59980b28 100644 --- a/src/scripts/common/CmnDefInnBed.cpp +++ b/src/scripts/common/CmnDefInnBed.cpp @@ -57,7 +57,7 @@ public: void onEnterTerritory( Entity::Player& player, uint32_t eventId, uint16_t param1, uint16_t param2 ) override { - Scene00100( player ); + //Scene00100( player ); } };