From 5f81e5bd35bb0ae0feec04941da7b60f3082e020 Mon Sep 17 00:00:00 2001 From: bobaz Date: Sat, 20 Jun 2009 02:58:27 +0200 Subject: [PATCH] [8051] Fixed some drinking mana regen spells. Signed-off-by: ApoC --- src/game/SpellAuras.cpp | 3 +++ src/shared/revision_nr.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index fad9cd9ce..b8fe5b45d 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -6223,9 +6223,12 @@ void Aura::PeriodicDummyTick() case 22734: case 27089: case 34291: + case 43182: + case 43183: case 43706: case 46755: case 49472: // Drink Coffee + case 57073: case 61830: { if (m_target->GetTypeId() != TYPEID_PLAYER) diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 8ecc7cc23..22c1235fa 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 "8050" + #define REVISION_NR "8051" #endif // __REVISION_NR_H__