From 95b78a90ac75e5d56112ab3f48e434561c89ab55 Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Pueyo Date: Sun, 25 Nov 2012 19:32:19 +0100 Subject: [PATCH] More packets --- classes/CustomPacketHandler.class.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/classes/CustomPacketHandler.class.php b/classes/CustomPacketHandler.class.php index 79059381a..719649ef9 100644 --- a/classes/CustomPacketHandler.class.php +++ b/classes/CustomPacketHandler.class.php @@ -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)));