[8854] Implement heal back part of spell 48181.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>

I choice maybe less clear way store future heal amount, but with avoid use additional fields for auras.
This commit is contained in:
Astellar 2009-11-21 11:18:55 +03:00 committed by VladimirMangos
parent b9419c0605
commit aa759d8161
3 changed files with 26 additions and 3 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8853"
#define REVISION_NR "8854"
#endif // __REVISION_NR_H__