Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.43 KB | None | 0 0
  1. Unit.cpp
  2. ==============
  3.  
  4. +case 65007: // Eye of the Broodmother
  5. +{
  6. +   if (GetTypeId() != TYPEID_PLAYER)
  7. +   return false;
  8. +
  9. +   triggered_spell_id = 65006;
  10. +   break;
  11. +}
  12. case 71519: // Deathbringer's Will Normal
  13. {
  14.  
  15.  
  16. SpellMgr.cpp
  17. ===================
  18.  
  19. case 65007: // Eye of the Broodmother
  20.     spellInfo->SpellFamilyName->SPELLFAMILLY_GENERIC;
  21.     spellInfo->procChance = 100;
  22.     count++;
  23.     break;
  24. case 16834: // Natural shapeshifter
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement