Show
Ignore:
Timestamp:
11/19/08 13:40:17 (17 years ago)
Author:
yumileroy
Message:

[svn] Disable combat_reach spams.
Fix holy nova. Patch provided by Disassembler.

Original author: megamage
Date: 2008-11-01 18:52:59-05:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/game/ObjectMgr.cpp

    r143 r144  
    969969        if(mInfo->combat_reach < 0.5f) 
    970970        { 
    971             sLog.outErrorDb("Creature model (Entry: %u) has invalid combat reach (%f), setting it to 0.5", mInfo->modelid, mInfo->combat_reach); 
     971            //sLog.outErrorDb("Creature model (Entry: %u) has invalid combat reach (%f), setting it to 0.5", mInfo->modelid, mInfo->combat_reach); 
    972972            const_cast<CreatureModelInfo*>(mInfo)->combat_reach = 0.5f; 
    973973        }