Core/Log: Change an error to contain DB table guid instead of low guid

Signed-off-by: Nay <[email protected]>
This commit is contained in:
Aokromes
2013-01-16 01:17:13 +00:00
committed by Nay
parent 8081704c66
commit 134785f7f1
@@ -2148,7 +2148,7 @@ bool Creature::LoadCreaturesAddon(bool reload)
if (HasAura(*itr))
{
if (!reload)
sLog->outError(LOG_FILTER_SQL, "Creature (GUID: %u Entry: %u) has duplicate aura (spell %u) in `auras` field.", GetGUIDLow(), GetEntry(), *itr);
sLog->outError(LOG_FILTER_SQL, "Creature (GUID: %u Entry: %u) has duplicate aura (spell %u) in `auras` field.", GetDBTableGUIDLow(), GetEntry(), *itr);
continue;
}