mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-03 15:22:24 +00:00
Remove commented printf : Client Spell casted on %s\n
This commit is contained in:
parent
bc84e4e80e
commit
69c4bc0dbd
@ -1617,7 +1617,6 @@ Message(0, "Disc packet id=%d, %x,%x,%x", disc_in->disc_id, disc_in->unknown3[0]
|
|||||||
else if (caster->IsClient() && !(caster->CastToClient()->IsBecomeNPC())) {
|
else if (caster->IsClient() && !(caster->CastToClient()->IsBecomeNPC())) {
|
||||||
// Client
|
// Client
|
||||||
if (caster->IsAttackAllowed(mob) && spells[spell_id].targettype != ST_AEBard){
|
if (caster->IsAttackAllowed(mob) && spells[spell_id].targettype != ST_AEBard){
|
||||||
//printf("Client Spell casted on %s\n", mob->GetName());
|
|
||||||
caster->SpellOnTarget(spell_id, mob);
|
caster->SpellOnTarget(spell_id, mob);
|
||||||
}
|
}
|
||||||
else if(spells[spell_id].targettype == ST_GroupTeleport && mob->IsClient() && mob->isgrouped && caster->isgrouped && entity_list.GetGroupByMob(caster))
|
else if(spells[spell_id].targettype == ST_GroupTeleport && mob->IsClient() && mob->isgrouped && caster->isgrouped && entity_list.GetGroupByMob(caster))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user