Show
Ignore:
Timestamp:
11/22/08 16:14:42 (17 years ago)
Author:
yumileroy
Message:

*Update to Mangos 6842. Source: Mangos.

Original author: megamage
Date: 2008-11-22 09:51:35-06:00

Files:
1 modified

Legend:

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

    r279 r290  
    4545#include "SpellAuras.h" 
    4646#include "Util.h" 
     47#include "WaypointManager.h" 
    4748 
    4849INSTANTIATE_SINGLETON_1(ObjectMgr); 
     
    74727473    CheckScripts(sEventScripts,ids); 
    74737474 
     7475    WaypointMgr.CheckTextsExistance(ids); 
     7476 
    74747477    for(std::set<int32>::const_iterator itr = ids.begin(); itr != ids.end(); ++itr) 
    74757478        sLog.outErrorDb( "Table `db_script_string` has unused string id  %u", *itr);