comparison Actor.cpp @ 1964:2b6c6ff66823

pActorBuffs[20] to pActorBuffs[ACTOR_BUFF_PAIN_REFLECTION]
author Grumpy7
date Fri, 25 Oct 2013 11:22:27 -0700
parents 223143ef1289
children 182d49f28170
comparison
equal deleted inserted replaced
1963:223143ef1289 1964:2b6c6ff66823
708 v68 = 0; 708 v68 = 0;
709 else if (masteryLevel == 1 || (masteryLevel == 2) || (masteryLevel == 3)) 709 else if (masteryLevel == 1 || (masteryLevel == 2) || (masteryLevel == 3))
710 v68 = 300 * realPoints + 3840; 710 v68 = 300 * realPoints + 3840;
711 else 711 else
712 v68 = 900 * realPoints + 3840; 712 v68 = 900 * realPoints + 3840;
713 actorPtr->pActorBuffs[20].Apply( 713 actorPtr->pActorBuffs[ACTOR_BUFF_PAIN_REFLECTION].Apply(
714 pParty->uTimePlayed + (signed int)(signed __int64)((double)(v68 << 7) * 0.033333335), 714 pParty->uTimePlayed + (signed int)(signed __int64)((double)(v68 << 7) * 0.033333335),
715 masteryLevel, 715 masteryLevel,
716 0, 716 0,
717 0, 717 0,
718 0); 718 0);