comparison Actor.cpp @ 1961:592d604088b3

pActorBuffs[17] to pActorBuffs[ACTOR_BUFF_BLESS]
author Grumpy7
date Fri, 25 Oct 2013 11:21:05 -0700
parents f92fc67d66cb
children 39a68477ead3
comparison
equal deleted inserted replaced
1960:f92fc67d66cb 1961:592d604088b3
502 v42 = 900 * realPoints + 3840; 502 v42 = 900 * realPoints + 3840;
503 else if (masteryLevel == 4 ) 503 else if (masteryLevel == 4 )
504 v42 = 1200 * realPoints + 3840; 504 v42 = 1200 * realPoints + 3840;
505 else 505 else
506 v42 = 0; 506 v42 = 0;
507 actorPtr->pActorBuffs[17].Apply( 507 actorPtr->pActorBuffs[ACTOR_BUFF_BLESS].Apply(
508 pParty->uTimePlayed + (signed int)(signed __int64)((double)(v42 << 7) * 0.033333335), 508 pParty->uTimePlayed + (signed int)(signed __int64)((double)(v42 << 7) * 0.033333335),
509 masteryLevel, 509 masteryLevel,
510 realPoints + 5, 510 realPoints + 5,
511 0, 511 0,
512 0); 512 0);