1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-27 06:47: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 ecc6a2cd3e
commit c312af34ad

View file

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