mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-26 12:43:52 +00:00
[Bot] ^mez command spell list fix (#3998)
This change will allow necros to cast mez spells when ^mez command is used.
This commit is contained in:
parent
86705000b0
commit
fbc2b7c152
@ -281,7 +281,7 @@ public:
|
||||
entry_prototype->SafeCastToInvisibility()->invis_type = BCEnum::IT_Animal;
|
||||
break;
|
||||
case SE_Mez:
|
||||
if (spells[spell_id].spell_affect_index != 12)
|
||||
if (spells[spell_id].effect_id[EFFECTIDTOINDEX(1)] != 31)
|
||||
break;
|
||||
entry_prototype = new STBaseEntry(BCEnum::SpT_Mesmerize);
|
||||
break;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user