mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 17:51:28 +00:00
Remove commented printf : NPC mgb/aebard spell casted on %s\n
This commit is contained in:
parent
b31c8c7a8f
commit
245351e351
@ -1592,7 +1592,6 @@ Message(0, "Disc packet id=%d, %x,%x,%x", disc_in->disc_id, disc_in->unknown3[0]
|
|||||||
caster->SpellOnTarget(spell_id, mob);
|
caster->SpellOnTarget(spell_id, mob);
|
||||||
}
|
}
|
||||||
else if (mob->IsAIControlled() && spells[spell_id].targettype == ST_AEBard) {
|
else if (mob->IsAIControlled() && spells[spell_id].targettype == ST_AEBard) {
|
||||||
//printf("NPC mgb/aebard spell casted on %s\n", mob->GetName());
|
|
||||||
caster->SpellOnTarget(spell_id, mob);
|
caster->SpellOnTarget(spell_id, mob);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user