From 98b5e1694fa45dbc496496b3da631e7d946fcb1c Mon Sep 17 00:00:00 2001 From: Lucy <44952533+Skyliegirl33@users.noreply.github.com> Date: Mon, 23 Jan 2023 05:40:30 +0100 Subject: [PATCH] Prevent bed animation playing on zonein to inn (cherry picked from commit 380c0f7cc6c028c868eff54e56f6bf6ff96e9883) --- src/scripts/common/CmnDefInnBed.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); } };