Changeset 206 for trunk/src/game/Pet.h

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

[svn] * Switch from hashmap to unordered map. - cleanup source - mangos. Help - Aokromes

Original author: KingPin?
Date: 2008-11-10 06:53:00-06:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/game/Pet.h

    r152 r206  
    116116}; 
    117117 
    118 typedef HM_NAMESPACE::hash_map<uint16, PetSpell*> PetSpellMap; 
     118typedef UNORDERED_MAP<uint16, PetSpell*> PetSpellMap; 
    119119typedef std::map<uint32,uint32> TeachSpellMap; 
    120120typedef std::vector<uint32> AutoSpellList;