diff options
author | QAston <none@none> | 2009-07-19 14:02:52 +0200 |
---|---|---|
committer | QAston <none@none> | 2009-07-19 14:02:52 +0200 |
commit | 94992adb64544ab6a813f3e244a2e14cf80823f5 (patch) | |
tree | 2ace74a058e5d7b230246a8d62cec39fa2f213fe /src/game/Unit.cpp | |
parent | a91296aec675dda685e14e02a574a4ec7d4e2110 (diff) |
*Fix DK presences and their improved versions - original patch by thenecromancer
*Port player to homebind if instance cannot be created in WorldSession::HandleMoveWorldportAckOpcode.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Unit.cpp')
-rw-r--r-- | src/game/Unit.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index a4bb8ecdeaf..69e22885691 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -7531,8 +7531,8 @@ bool Unit::HandleProcTriggerSpell(Unit *pVictim, uint32 damage, AuraEffect* trig return false; } } - // Blood Presence - else if (auraSpellInfo->Id == 48266) + // Blood Presence (Improved) + else if (auraSpellInfo->Id == 63611) { if (GetTypeId() != TYPEID_PLAYER) return false; |