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

[svn] * DB data for item 28356 and related, and also for 28602, 30317, 28578. source: Mangos
* List fake data for last spells expected to listed in spell_affect. source: Mangos
* Fixed: wrong arg name for va_start call in

WorldSession::SendNotification?. source: Mangos

* Implemented dummy aura of spell 43873. source: Mangos

Original author: KingPin?
Date: 2008-10-19 17:27:18-05:00

Files:
1 modified

Legend:

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

    r67 r73  
    743743    sLog.outString( ">> Loaded %u spell affect definitions", count ); 
    744744 
    745     /* 
    746     // Commented for now, as it still produces many errors (still quite many spells miss spell_affect) 
    747745    for (uint32 id = 0; id < sSpellStore.GetNumRows(); ++id) 
    748746    { 
     
    765763                continue; 
    766764 
    767             sLog.outErrorDb("Spell %u (%s) misses spell_affect for effect %u",id,spellInfo->SpellName[sWorld.GetDBClang()], effectId); 
    768         } 
    769     } 
    770     */ 
     765            sLog.outErrorDb("Spell %u (%s) misses spell_affect for effect %u",id,spellInfo->SpellName[sWorld.GetDefaultDbcLocale()], effectId); 
     766        } 
     767    } 
    771768} 
    772769