aboutsummaryrefslogtreecommitdiff
path: root/src/game/Player.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2009-02-09 19:57:25 -0600
committermegamage <none@none>2009-02-09 19:57:25 -0600
commitfd83d371bafc6e18b972e3c7bb192d7d6b29a217 (patch)
tree0a1042408f8d286e64ab3c93f26f73407a114e36 /src/game/Player.cpp
parenta037917b999163153cf01e7e4ef8b86586ba75c8 (diff)
[7243] Fixed spell 47883. Author: aerione_alt
(The author of 7242 is Reve. Sorry) --HG-- branch : trunk
Diffstat (limited to 'src/game/Player.cpp')
-rw-r--r--src/game/Player.cpp1
1 files changed, 1 insertions, 0 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;