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:46 -06:00
parent 725a2d29a2
commit 146d7d46a9

View File

@ -1611,7 +1611,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);
}
}
#endif