Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2012
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.27 KB | None | 0 0
  1. SUMMON_TYPE_MINIPET
  2.  
  3. switch (m_spellInfo->Id)
  4. {
  5.     case 4073:  // Mechanical Dragonling
  6.     case 12749: // Mithril Mechanical Dragonling
  7.     case 18662: // Curse of Doom
  8.     case 19804: // Arcanite Dragonling
  9.     case 65783: // Ogre Pinata
  10.     amount = 1;
  11.     break;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement