mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-27 14:57:44 +00:00
Fixed Bed not showing up when waking up
Fixed the bed not showing up when waking up in a Inn
This commit is contained in:
parent
ecc6a2cd3e
commit
c312af34ad
1 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@ class CmnDefInnBedDef
|
||||||
|
|
||||||
def Scene00100( player ) //Wake up
|
def Scene00100( player ) //Wake up
|
||||||
{
|
{
|
||||||
player.eventPlay( this.id, 100, 0xF32E48F8/*flags*/, 0/*unk*/, 0/*unk*/,
|
player.eventPlay( this.id, 100, 0x800/*flags*/, 0/*unk*/, 0/*unk*/,
|
||||||
fun( player, eventId, param1, param2, param3 )
|
fun( player, eventId, param1, param2, param3 )
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue