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

[svn] Possession:
* Fixed player not having PvP flag on remove
* Fixed pet resetting its aggro on remove
* Fixed pet bar resetting on remove (?)
* Added dummy handler for NOT_ACTIVE_MOVER, display message only in debug logging mode

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

Files:
1 modified

Legend:

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

    r174 r189  
    539539} 
    540540 
     541void WorldSession::HandleNotActiveMoverOpcode(WorldPacket& /*recv_data*/) 
     542{ 
     543    sLog.outDebug("WORLD: Recvd CMSG_MOVE_NOT_ACTIVE_MOVER"); 
     544} 
     545 
    541546void WorldSession::HandleMountSpecialAnimOpcode(WorldPacket& /*recvdata*/) 
    542547{