Docs
This commit is contained in:
13
docs/gamepackets/ShortBuffStatusUpdate.txt
Normal file
13
docs/gamepackets/ShortBuffStatusUpdate.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
protected final void writeImpl()
|
||||
{
|
||||
writeC(0xfa);
|
||||
writeD(_skillId);
|
||||
writeD(_skillLvl);
|
||||
writeD(_duration); // in seconds!
|
||||
}
|
||||
|
||||
0D 00
|
||||
FA
|
||||
XX XX XX XX
|
||||
XX XX XX XX
|
||||
XX XX XX XX // in seconds!
|
Reference in New Issue
Block a user