Advertisement
Guest User

Untitled

a guest
Mar 21st, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. case CONDITION_INFIGHT:
  2. case CONDITION_DRUNK:
  3. case CONDITION_EXHAUST_WEAPON:
  4. case CONDITION_EXHAUST_COMBAT:
  5. case CONDITION_EXHAUST_HEAL:
  6. case CONDITION_MUTED:
  7. case CONDITION_CHANNELMUTEDTICKS:
  8. case CONDITION_YELLTICKS:
  9. case CONDITION_PACIFIED:
  10. case CONDITION_MANASHIELD:
  11. return new ConditionGeneric(_id, _type, _ticks, _buff, _subId);
  12. //newsummon
  13. case CONDITION_SUMMON:
  14.  
  15. default:
  16. return nullptr;
  17. }
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement