Show
Ignore:
Timestamp:
11/21/08 08:47:55 (17 years ago)
Author:
yumileroy
Message:

*DB script table stucture change. Source Mangos. Also fix some bugs. Hopefully this rev will make program usable again.

Original author: megamage
Date: 2008-11-20 10:43:20-06:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/trinitycore/WorldRunnable.cpp

    r237 r260  
    5252 
    5353    ///- While we have not World::m_stopEvent, update the world 
    54     while (!World::m_stopEvent) 
     54    while (!World::IsStopped()) 
    5555    { 
    5656        ++World::m_worldLoopCounter;