mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
There is a different rez spell depending on race
This commit is contained in:
+1
-1
@@ -704,7 +704,7 @@ bool IsCombatSkill(uint16 spell_id)
|
||||
bool IsResurrectionEffects(uint16 spell_id)
|
||||
{
|
||||
// spell id 756 is Resurrection Effects spell
|
||||
if(IsValidSpell(spell_id) && spell_id == 756)
|
||||
if(IsValidSpell(spell_id) && (spell_id == 756 || spell_id == 757))
|
||||
return true;
|
||||
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user