Changeset 149 for trunk/src/game/Map.cpp

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

[svn] *Implement new player conditions CONDITION_NO_AURA, CONDITION_ACTIVE_EVENT
* Default behaviour of pets for creatures changed to REACT_DEFENSIVE
* Disallowed sending wrapped items as COD
* Prevent loading and saving single target auras for pet in same way as already implemented for player
* Correctly limit use some flask types to zones.
* Fixed extracting common.MPQ under *nix
* Many small xleanups and fixes.
** mangos merge rev.

TEST REV so be careful of creepy crawly bugs!

Original author: KingPin?
Date: 2008-11-02 16:53:46-06:00

Files:
1 modified

Legend:

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

    r141 r149  
    579579    } 
    580580} 
    581  
    582 void InstanceMap::Update(const uint32& t_diff) 
    583 { 
    584     Map::Update(t_diff); 
    585  
    586     if(i_data) 
    587         i_data->Update(t_diff); 
    588 } 
    589  
    590581 
    591582void Map::Remove(Player *player, bool remove) 
     
    15581549} 
    15591550 
     1551void InstanceMap::Update(const uint32& t_diff) 
     1552{ 
     1553        Map::Update(t_diff); 
     1554 
     1555        if(i_data) 
     1556                i_data->Update(t_diff); 
     1557} 
     1558 
    15601559void InstanceMap::Remove(Player *player, bool remove) 
    15611560{