From 4668323c830769bd6fd9961f65f70bb4513bbf73 Mon Sep 17 00:00:00 2001 From: ApoC Date: Sun, 7 Jun 2009 02:15:46 +0200 Subject: [PATCH] [7973] Implemented proc for 25899. Signed-off-by: ApoC --- src/game/Unit.cpp | 4 ++-- src/shared/revision_nr.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index a3ef9b4a1..e9962cf43 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -5545,8 +5545,8 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, Aura* triggeredByAu } break; } - // Blessing of Sanctuary - case 20911: + case 25899: // Greater Blessing of Sanctuary + case 20911: // Blessing of Sanctuary { if (target->GetTypeId() != TYPEID_PLAYER) return false; diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index d5e8ece38..2c684fd27 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "7972" + #define REVISION_NR "7973" #endif // __REVISION_NR_H__