Skip to content
This repository has been archived by the owner on Dec 4, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1483 from zach2good/packetguard_update
Browse files Browse the repository at this point in the history
PacketGuard: Add allow for Event Update (String Update) (0x060)
  • Loading branch information
ibm2431 authored Nov 7, 2020
2 parents fd61f02 + ba228a4 commit 019d51b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/map/packet_guard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ void Init()
allowList[SUBSTATE_IN_CS][0x05A] = true; // Map Update (Conquest, Besieged, Campaign)
allowList[SUBSTATE_IN_CS][0x05B] = true; // Event Update (Completion or Update)
allowList[SUBSTATE_IN_CS][0x05C] = true; // Event Update (Update Player Position)
allowList[SUBSTATE_IN_CS][0x060] = true; // Event Update (String Update)
allowList[SUBSTATE_IN_CS][0x061] = true; // Full Char Update
allowList[SUBSTATE_IN_CS][0x0B5] = true; // Chat Message
allowList[SUBSTATE_IN_CS][0x0B6] = true; // Tell Message
Expand Down

0 comments on commit 019d51b

Please sign in to comment.