mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 01:37:37 +01:00
[svn] Disable combat_reach spams.
Fix holy nova. Patch provided by Disassembler. --HG-- branch : trunk
This commit is contained in:
@@ -968,7 +968,7 @@ void ObjectMgr::LoadCreatureModelInfo()
|
||||
|
||||
if(mInfo->combat_reach < 0.5f)
|
||||
{
|
||||
sLog.outErrorDb("Creature model (Entry: %u) has invalid combat reach (%f), setting it to 0.5", mInfo->modelid, mInfo->combat_reach);
|
||||
//sLog.outErrorDb("Creature model (Entry: %u) has invalid combat reach (%f), setting it to 0.5", mInfo->modelid, mInfo->combat_reach);
|
||||
const_cast<CreatureModelInfo*>(mInfo)->combat_reach = 0.5f;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user