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

[svn] * Added freeze/unfreeze/listfreeze commands patch by toilet1 (I swear I didnt make up the name)
* Fixed a couple of spelling errors in TC conf file

Original author: KingPin?
Date: 2008-10-19 11:42:21-05:00

Files:
1 modified

Legend:

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

    r44 r62  
    288288    if( GetPlayer()->isInCombat() ||                        //...is in combat 
    289289        GetPlayer()->duel         ||                        //...is in Duel 
     290        GetPlayer()->HasAura(9454,0)         ||             //...is frozen by GM via freeze command 
    290291                                                            //...is jumping ...is falling 
    291292        GetPlayer()->HasUnitMovementFlag(MOVEMENTFLAG_JUMPING | MOVEMENTFLAG_FALLING))