1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-23 21:27:45 +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:
Biscuit Boy 2017-10-12 15:30:04 +11:00 committed by GitHub
parent f8b7bb4d10
commit 04479b68bd

View file

@ -40,7 +40,7 @@ class CmnDefInnBedDef
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 )
{
@ -59,4 +59,4 @@ class CmnDefInnBedDef
};
GLOBAL CmnDefInnBed = CmnDefInnBedDef();
GLOBAL CmnDefInnBed = CmnDefInnBedDef();