comparison Actor.cpp @ 1959:4fbffad6e011

pActorBuffs[15] to pActorBuffs[ACTOR_BUFF_SHIELD]
author Grumpy7
date Fri, 25 Oct 2013 11:19:41 -0700
parents 95095c2a5e19
children f92fc67d66cb
comparison
equal deleted inserted replaced
1958:95095c2a5e19 1959:4fbffad6e011
466 v8 = 900 * realPoints + 3840; 466 v8 = 900 * realPoints + 3840;
467 else if (masteryLevel == 4 ) 467 else if (masteryLevel == 4 )
468 v8 = 3600 * (realPoints + 64); 468 v8 = 3600 * (realPoints + 64);
469 else 469 else
470 v8 = 0; 470 v8 = 0;
471 actorPtr->pActorBuffs[15].Apply( 471 actorPtr->pActorBuffs[ACTOR_BUFF_SHIELD].Apply(
472 pParty->uTimePlayed + (signed int)(signed __int64)((double)(v8 << 7) * 0.033333335), 472 pParty->uTimePlayed + (signed int)(signed __int64)((double)(v8 << 7) * 0.033333335),
473 masteryLevel, 473 masteryLevel,
474 0, 474 0,
475 0, 475 0,
476 0); 476 0);