mirror of
https://github.com/mangosfour/server.git
synced 2025-12-22 04:37:01 +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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue