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:
commit
f253964d49
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue