diff options
-rw-r--r-- | src/game/Player.cpp | 1 | ||||
-rw-r--r-- | src/shared/revision_nr.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/game/Player.cpp b/src/game/Player.cpp index 086e7fbd2d3..4b0ab3b4b03 100644 --- a/src/game/Player.cpp +++ b/src/game/Player.cpp @@ -19288,6 +19288,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; diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 0540b1d3a67..20b1e7a10bb 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "7242" + #define REVISION_NR "7243" #endif // __REVISION_NR_H__ |