From 78eb05f228a2a4fb00fe3436df97b379b30ecd1c Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Fri, 20 Feb 2015 09:13:41 -0500 Subject: [PATCH] Update usermessage/clientmessage helpers. --- public/game/shared/dota/protobuf/dota_clientmessage_helpers.cpp | 1 + public/game/shared/dota/protobuf/dota_usermessage_helpers.cpp | 2 ++ 2 files changed, 3 insertions(+) diff --git a/public/game/shared/dota/protobuf/dota_clientmessage_helpers.cpp b/public/game/shared/dota/protobuf/dota_clientmessage_helpers.cpp index a1fcd628..f3401bcc 100644 --- a/public/game/shared/dota/protobuf/dota_clientmessage_helpers.cpp +++ b/public/game/shared/dota/protobuf/dota_clientmessage_helpers.cpp @@ -54,6 +54,7 @@ CDotaClientMessageHelpers::CDotaClientMessageHelpers() SETUP_DOTA_MESSAGE( GlyphAlert ); SETUP_DOTA_MESSAGE( TeamShowcaseClientData ); SETUP_DOTA_MESSAGE( PlayTeamShowcase ); + SETUP_DOTA_MESSAGE( EventCNY2015Cmd ); } const google::protobuf::Message *CDotaClientMessageHelpers::GetPrototype( int index ) const diff --git a/public/game/shared/dota/protobuf/dota_usermessage_helpers.cpp b/public/game/shared/dota/protobuf/dota_usermessage_helpers.cpp index e74d4099..d87a3254 100644 --- a/public/game/shared/dota/protobuf/dota_usermessage_helpers.cpp +++ b/public/game/shared/dota/protobuf/dota_usermessage_helpers.cpp @@ -130,6 +130,8 @@ CDotaUsermessageHelpers::CDotaUsermessageHelpers() SETUP_DOTA_MESSAGE( ModifierAlert ); SETUP_DOTA_MESSAGE( HPManaAlert ); SETUP_DOTA_MESSAGE( GlyphAlert ); + SETUP_DOTA_MESSAGE( BeastChat ); + SETUP_DOTA_MESSAGE( SpectatorPlayerUnitOrders ); } const google::protobuf::Message *CDotaUsermessageHelpers::GetPrototype( int index ) const