[8051] Fixed some drinking mana regen spells.

Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
bobaz 2009-06-20 02:58:27 +02:00 committed by ApoC
parent f018f4c15c
commit 5f81e5bd35
2 changed files with 4 additions and 1 deletions

View file

@ -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)

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8050"
#define REVISION_NR "8051"
#endif // __REVISION_NR_H__