Changeset 190 for trunk

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

[svn] Removed accidentally forgotten debug code added in [197].

Original author: gvcoman
Date: 2008-11-07 16:56:16-06:00

Files:
1 modified

Legend:

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

    r189 r190  
    1866118661    SetPossessedTarget(target); 
    1866218662 
    18663     uint32 flags1 = target->GetUInt32Value(UNIT_FIELD_FLAGS); 
    18664  
    1866518663    target->SetUInt32Value(UNIT_FIELD_FACTIONTEMPLATE, getFaction()); 
    1866618664    target->RemoveUnitMovementFlag(MOVEMENTFLAG_WALK_MODE); 
     
    1866918667    SetFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_DISABLE_MOVE); 
    1867018668    SetUInt64Value(PLAYER_FARSIGHT, target->GetGUID()); 
    18671  
    18672     uint32 flags2 = target->GetUInt32Value(UNIT_FIELD_FLAGS); 
    1867318669 
    1867418670    if(target->GetTypeId() == TYPEID_UNIT)