Skip to content

Commit

Permalink
Fixed emoticons
Browse files Browse the repository at this point in the history
Screwed them up last one
  • Loading branch information
noobasaurus committed Jul 17, 2014
1 parent 28f3efb commit b8b09e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.h
Expand Up @@ -41,7 +41,7 @@ PKT_C2S_SkillUp = 0x39, //1 //UPDATED
PKT_S2C_AttentionPing = 0x3F, //3 //UPDATED

PKT_S2C_Emotion = 0x42, //3 UPDATED
PKT_C2S_Emotion = 0x47, //1 UPDATED
PKT_C2S_Emotion = 0x48, //1 UPDATED
PKT_S2C_HeroSpawn = 0x4C, //3 UPDATED
PKT_S2C_Announce = 0x4D, //3

Expand Down

0 comments on commit b8b09e4

Please sign in to comment.