DB/CreatureSpellData

From wowdev
Revision as of 00:28, 13 February 2016 by Marlamin (talk | contribs) (Marlamin moved page CreatureSpellData.dbc to DB/CreatureSpellData)
Jump to navigation Jump to search

It determines information on what spells pets will have after they are tamed by Hunters.

Header Info

Records...................410
Fields......................9
Record Size................36
String Block Size...........1

Structure

Column Field Type Notes
1 ID Integer
2 Spell[4] iRefID
6 CoolDown[4] Integer Divide by 10 to get in seconds.

Retrieved from "http://www.sourcepeek.com/wiki/CreatureSpellData.dbc"

6.0.1.18179

struct CreatureSpellDataRec {
  uint32_t m_ID;
  uint32_t m_spells[4];
  uint32_t m_availability[4];
};