DB/FriendshipRepReaction: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
Line 4: Line 4:
   uint32_t m_friendshipRepID;
   uint32_t m_friendshipRepID;
   uint32_t m_reactionThreshold;
   uint32_t m_reactionThreshold;
   stringref m_reaction_lang;
   {{Template:Type|stringref}} m_reaction_lang;
  };
  };
[[Category:DBC]]
[[Category:DBC]]
[[Category:DBC_WoD]][[Category:6.0.1.18179]]
[[Category:DBC_WoD]][[Category:6.0.1.18179]]

Revision as of 12:05, 23 February 2016

6.0.1.18179

struct FriendshipRepReactionRec {
  uint32_t m_ID;
  uint32_t m_friendshipRepID;
  uint32_t m_reactionThreshold;
  stringref m_reaction_lang;
};