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

[svn] * Send ShutdownMsg? to console using outstring_log.
* Prevent Client Crashes when MOVEMENTFLAG_ONTRANSPORT and MOVEMENTFLAG_SPLINE2 is set on creatures.
* Implement four new SEC_ADMINISTRATOR commands:

  • Group (.group [leader]/[disband]/[remove]) commands.
  • GameObject? State (.gobject state <guid> <state>) command.

Original author: Seline
Date: 2008-10-12 18:26:26-05:00

Files:
1 modified

Legend:

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

    r37 r42  
    265265            { 
    266266                flags2 = ((Unit*)this)->GetUnitMovementFlags(); 
     267                flags2 &= ~MOVEMENTFLAG_ONTRANSPORT; 
     268                flags2 &= ~MOVEMENTFLAG_SPLINE2; 
    267269            } 
    268270            break;