Updates Light Packets & World Loading (#316)
- [X] Changes light packets - [X] Updates world loading Bumps release version
This commit is contained in:
parent
313eda6a3e
commit
d2cfeb06ab
9 changed files with 112 additions and 115 deletions
|
|
@ -1253,8 +1253,8 @@ namespace Server.Mobiles
|
|||
m_LastGlobalLight = global;
|
||||
m_LastPersonalLight = personal;
|
||||
|
||||
ns.Send(GlobalLightLevel.Instantiate(global));
|
||||
ns.Send(new PersonalLightLevel(Serial, personal));
|
||||
ns.SendGlobalLightLevel(global);
|
||||
ns.SendPersonalLightLevel(Serial, personal);
|
||||
}
|
||||
|
||||
public override int GetMinResistance(ResistanceType type)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue