[Client] Clean up debug for spell usage

This commit is contained in:
David Cernat 2018-07-21 09:41:36 +03:00
parent 826e64b40e
commit b6324e3532

View file

@ -288,8 +288,7 @@ void MechanicsHelper::processAttack(Attack attack, const MWWorld::Ptr& attacker)
attack.instant = false; attack.instant = false;
} }
LOG_MESSAGE_SIMPLE(Log::LOG_VERBOSE, "SpellId: %s", attack.spellId.c_str()); LOG_APPEND(Log::LOG_VERBOSE, "- spellId: %s, success: %s", attack.spellId.c_str(), attack.success ? "true" : "false");
LOG_APPEND(Log::LOG_VERBOSE, " - success: %d", attack.success);
} }
} }