1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-25 14:07:46 +00:00

Prevent bed animation playing on zonein to inn

(cherry picked from commit 380c0f7cc6c028c868eff54e56f6bf6ff96e9883)
This commit is contained in:
Lucy 2023-01-23 05:40:30 +01:00
parent a35455a4f4
commit 98b5e1694f

View file

@ -57,7 +57,7 @@ public:
void onEnterTerritory( Entity::Player& player, uint32_t eventId, uint16_t param1, uint16_t param2 ) override
{
Scene00100( player );
//Scene00100( player );
}
};