Show
Ignore:
Timestamp:
11/22/08 00:35:41 (17 years ago)
Author:
yumileroy
Message:

Delete possessed AI only on creature delete.

Original author: gvcoman
Date: 2008-11-16 14:38:02-05:00

Files:
1 modified

Legend:

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

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