DB/CreatureSpellData

From wowdev
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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

Vanilla … WoD

1.12.1.5875, 6.0.1.18179

struct CreatureSpellDataRec {
  uint32_t m_ID;
  foreign_key<uint32_t, &SpellRec::m_ID> m_spells[4];
  uint32_t m_availability[4];                           // Divide by 10 to get in seconds. 
};