More packets

This commit is contained in:
Shoghi Cervantes Pueyo 2012-11-25 19:32:19 +01:00
parent 3fce458406
commit 95b78a90ac

View File

@ -59,6 +59,13 @@ class CustomPacketHandler{
$this->raw .= "\x00\x00\x00\x07\x00\x00\x00\x07";
}
break;
case 0x83:
if($this->c === false){
$this->data["unknown1"] = Utils::readInt($this->get(4));
}else{
$this->raw .= Utils::writeInt($this->data["unknown1"]);
}
break;
case 0x85:
if($this->c === false){
$this->data["message"] = $this->get(ord($this->get(1)));