mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-14 15:41:30 +00:00
removed debug msg
This commit is contained in:
parent
ccbaf337f4
commit
867b57bcf6
@ -1286,7 +1286,6 @@ bool Mob::PassCharismaCheck(Mob* caster, uint16 spell_id) {
|
|||||||
{
|
{
|
||||||
// Assume this is a harmony/pacify spell
|
// Assume this is a harmony/pacify spell
|
||||||
// If 'Lull' spell resists, do a second resist check with a charisma modifier AND regular resist checks. If resists agian you gain aggro.
|
// If 'Lull' spell resists, do a second resist check with a charisma modifier AND regular resist checks. If resists agian you gain aggro.
|
||||||
Shout("DO CHARISM CHECK ON FAIL");
|
|
||||||
resist_check = ResistSpell(spells[spell_id].resisttype, spell_id, caster, false,0,true);
|
resist_check = ResistSpell(spells[spell_id].resisttype, spell_id, caster, false,0,true);
|
||||||
|
|
||||||
if (resist_check == 100)
|
if (resist_check == 100)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user