Skip to content

Commit

Permalink
[mr1697] passing forget procExtra flag to UnitAuraProc* methods. close
Browse files Browse the repository at this point in the history
  • Loading branch information
rsa committed Feb 7, 2012
1 parent c50c0cf commit 3ea86e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/game/Unit.cpp
Expand Up @@ -6038,6 +6038,7 @@ void Unit::ProcDamageAndSpell(Unit* pVictim, uint32 procAttacker, uint32 procVic
damageInfo.damage = amount;
damageInfo.procAttacker = procAttacker;
damageInfo.procVictim = procVictim;
damageInfo.procEx = procExtra;
damageInfo.attackType = attType;
ProcDamageAndSpell(&damageInfo);
}
Expand Down
2 changes: 1 addition & 1 deletion src/shared/revision_R2.h
@@ -1,4 +1,4 @@
#ifndef __REVISION_R2_H__
#define __REVISION_R2_H__
#define REVISION_R2 "1696"
#define REVISION_R2 "1697"
#endif // __REVISION_R2_H__

0 comments on commit 3ea86e4

Please sign in to comment.