[7243] Fixed spell 47883.

Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
aerione_alt 2009-02-07 15:14:02 +01:00 committed by ApoC
parent 19de5300eb
commit d767de4b8d
2 changed files with 2 additions and 1 deletions

View file

@ -18699,6 +18699,7 @@ uint32 Player::GetResurrectionSpellId()
case 20764: spell_id = 20760; break; // rank 4
case 20765: spell_id = 20761; break; // rank 5
case 27239: spell_id = 27240; break; // rank 6
case 47883: spell_id = 47882; break; // rank 7
default:
sLog.outError("Unhandled spell %%u: S.Resurrection",(*itr)->GetId());
continue;

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "7242"
#define REVISION_NR "7243"
#endif // __REVISION_NR_H__