Remove commented printf : NPC AE, fall thru. spell_id:%i, Target type:%x\n

This commit is contained in:
Akkadius 2015-01-20 01:34:40 -06:00
parent 04bd05162c
commit 138436f46d

View File

@ -1595,7 +1595,6 @@ Message(0, "Disc packet id=%d, %x,%x,%x", disc_in->disc_id, disc_in->unknown3[0]
caster->SpellOnTarget(spell_id, mob);
}
else {
//printf("NPC AE, fall thru. spell_id:%i, Target type:%x\n", spell_id, spells[spell_id].targettype);
}
}
#ifdef IPC