DB/CastableRaidBuffs: Difference between revisions

From wowdev
Jump to navigation Jump to search
(Created page with 'new in cataclysm Category:DBC')
 
(add full and correct info for 6.0.1.18179)
Line 1: Line 1:
new in cataclysm
new in cataclysm
 
==6.0.1.18179==
struct CastableRaidBuffsRec {
  int m_ID;
  int m_spellID;
  int m_castingSpellID;
};
[[Category:DBC]]
[[Category:DBC]]

Revision as of 02:49, 11 July 2014

new in cataclysm

6.0.1.18179

struct CastableRaidBuffsRec {
  int m_ID;
  int m_spellID;
  int m_castingSpellID;
};