Skip to content

Commit

Permalink
Correct size for 0x77 S->C Packet
Browse files Browse the repository at this point in the history
  • Loading branch information
claywar committed May 13, 2024
1 parent bd3169a commit fc04e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/map/packets/entity_enable_list.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
CEntityEnableList::CEntityEnableList(const std::vector<uint32>& list)
{
this->setType(0x77);
this->setSize(0x110); // TODO: Verify
this->setSize(0x88);

ref<uint32>(0x04) = 1;

Expand Down

0 comments on commit fc04e99

Please sign in to comment.