mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-25 22:17:45 +00:00
Prevent bed animation playing on zonein to inn
(cherry picked from commit 380c0f7cc6c028c868eff54e56f6bf6ff96e9883)
This commit is contained in:
parent
a35455a4f4
commit
98b5e1694f
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ public:
|
||||||
|
|
||||||
void onEnterTerritory( Entity::Player& player, uint32_t eventId, uint16_t param1, uint16_t param2 ) override
|
void onEnterTerritory( Entity::Player& player, uint32_t eventId, uint16_t param1, uint16_t param2 ) override
|
||||||
{
|
{
|
||||||
Scene00100( player );
|
//Scene00100( player );
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue