mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 10:37:02 +00:00
[8051] Fixed some drinking mana regen spells.
Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
parent
f018f4c15c
commit
5f81e5bd35
2 changed files with 4 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "8050"
|
||||
#define REVISION_NR "8051"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue