More packets changed, unique IDs D:

This commit is contained in:
Shoghi Cervantes
2015-02-11 12:36:01 +01:00
parent 2175d7922a
commit d80b8524fb
25 changed files with 65 additions and 137 deletions

View File

@@ -45,8 +45,8 @@ class InteractPacket extends DataPacket{
public function encode(){
$this->reset();
$this->putByte($this->action);
$this->putInt($this->eid);
$this->putInt($this->target);
$this->putLong($this->eid);
$this->putLong($this->target);
}
}
}