1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-03 09:17:47 +00:00

Merge pull request #131 from AcedArmy/master

Fixed Bed Not Showing Up When Waking Up
This commit is contained in:
Mordred 2017-10-12 09:00:50 +02:00 committed by GitHub
commit f253964d49

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();