mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
[7243] Fixed spell 47883.
Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
parent
19de5300eb
commit
d767de4b8d
2 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue