fix(core): Converts some packets & misc fixes/cleanup (#414)
- [X] Adds a stop music packet - [X] Converts chat packets - [X] Breaks out chat code a little bit more - [X] Converts character statue animation packet - [X] Renames some folders to have spaces - [X] Organizes and consolidates incoming/outgoing packets for other content - [X] Fixes virtual checks
This commit is contained in:
parent
a146955f6c
commit
fbafd7210d
49 changed files with 814 additions and 662 deletions
|
|
@ -76,7 +76,8 @@ namespace Server
|
|||
Paws,
|
||||
SelimsBar,
|
||||
SerpentIsleCombat_U7,
|
||||
ValoriaShips
|
||||
ValoriaShips,
|
||||
NoMusic = 0x1FFF
|
||||
}
|
||||
|
||||
public class Region : IComparable<Region>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue