DB/FriendshipRepReaction: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Template:Sandbox/VersionRange|min_expansionlevel=5}}
==6.0.1.18179==
==6.0.1.18179==
  struct FriendshipRepReactionRec {
  struct FriendshipRepReactionRec {
Line 4: Line 6:
   uint32_t m_friendshipRepID;
   uint32_t m_friendshipRepID;
   uint32_t m_reactionThreshold;
   uint32_t m_reactionThreshold;
   {{Template:Type|stringref}} m_reaction_lang;
   {{Type|langstringref}} m_reaction_lang;
  };
  };
[[Category:DBC]]
[[Category:DBC]]
[[Category:DBC_WoD]][[Category:6.0.1.18179]]
[[Category:DBC_WoD]][[Category:6.0.1.18179]]

Latest revision as of 16:27, 1 January 2020

≥ Mists

6.0.1.18179

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