From bbbb63ecf5eff40e50bbf8928ff731719c053354 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Tue, 20 Jan 2015 01:34:43 -0600 Subject: [PATCH] Remove commented printf : IPC Spell casted on %s\n --- zone/oldcode.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/zone/oldcode.cpp b/zone/oldcode.cpp index 7f9d6634d..676321442 100644 --- a/zone/oldcode.cpp +++ b/zone/oldcode.cpp @@ -1601,7 +1601,6 @@ Message(0, "Disc packet id=%d, %x,%x,%x", disc_in->disc_id, disc_in->unknown3[0] else if(caster->IsNPC() && caster->CastToNPC()->IsInteractive()) { // Interactive npc if (caster->IsAttackAllowed(mob) && spells[spell_id].targettype != ST_AEBard && spells[spell_id].targettype != ST_GroupTeleport) { - //printf("IPC Spell casted on %s\n", mob->GetName()); caster->SpellOnTarget(spell_id, mob); } else if (!mob->IsAIControlled() && (spells[spell_id].targettype == ST_AEBard||group) && mob->CastToClient()->GetPVP() == caster->CastToClient()->GetPVP()) {