Core/Logs: Added some useful informations to certain logs, part #1. Requested by Aokromes

This commit is contained in:
Lopin
2011-08-19 19:17:39 +02:00
parent d2f2c4dee5
commit 8166e338ad
4 changed files with 5 additions and 5 deletions

View File

@@ -351,7 +351,7 @@ class spell_rog_deadly_poison : public SpellScriptLoader
SpellInfo const* spellInfo = sSpellMgr->GetSpellInfo(enchant->spellid[s]);
if (!spellInfo)
{
sLog->outError("Player::CastItemCombatSpell Enchant %i, cast unknown spell %i", enchant->ID, enchant->spellid[s]);
sLog->outError("Player::CastItemCombatSpell Enchant %i, player (Name: %s, GUID: %u) cast unknown spell %i", enchant->ID, player->GetName(), player->GetGUIDLow(), enchant->spellid[s]);
continue;
}