Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. else if (GetSubType() == COSTUME_HAIR)
  2. {
  3. toSetPart = PART_HAIR;
  4. toSetValue = (true == bAdd) ? this->GetValue(3) : 0;
  5.  
  6. quest::PC* pPC = quest::CQuestManager::instance().GetPC(m_pOwner->GetPlayerID());
  7. if (pPC)
  8. {
  9. if (pPC->GetFlag("visual_eq.main"))
  10. toSetValue = 0;
  11. }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement