aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellAuras.cpp
diff options
context:
space:
mode:
authorQAston <none@none>2009-06-16 11:48:41 +0200
committerQAston <none@none>2009-06-16 11:48:41 +0200
commit8f8bc70afb0628be3e8c29c8c8eda46304427ea4 (patch)
tree45efffcebc6faabe90dc56355ea7fb123703a760 /src/game/SpellAuras.cpp
parent5baa0f11d0d0ef6a88c0ad79f363e6cd53b1c886 (diff)
*Fix some mana regeneration items - by FearX
*Fix judgement of Justice. --HG-- branch : trunk
Diffstat (limited to 'src/game/SpellAuras.cpp')
-rw-r--r--src/game/SpellAuras.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp
index c83134335ea..a88ff097673 100644
--- a/src/game/SpellAuras.cpp
+++ b/src/game/SpellAuras.cpp
@@ -6498,8 +6498,11 @@ void AuraEffect::PeriodicDummyTick()
case 22734:
case 27089:
case 34291:
+ case 43182:
+ case 43183:
case 46755:
case 49472: // Drink Coffee
+ case 57073:
case 61830:
{
if (m_target->GetTypeId() != TYPEID_PLAYER)