diff options
Diffstat (limited to 'src/net/tmwa/protocol.h')
-rw-r--r-- | src/net/tmwa/protocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/tmwa/protocol.h b/src/net/tmwa/protocol.h index 04a3588e4..d48e3ba5e 100644 --- a/src/net/tmwa/protocol.h +++ b/src/net/tmwa/protocol.h @@ -302,6 +302,7 @@ packet(SMSG_QUEST_PLAYER_VARS, 0x0215); packet(SMSG_BEING_MOVE3, 0x0225); packet(SMSG_MAP_MUSIC, 0x0227); packet(SMSG_NPC_CHANGETITLE, 0x0228); +packet(SMSG_SCRIPT_MESSAGE, 0x0229); #undef packet |