Changeset 206 for trunk/src/bindings/scripts/scripts/creature
- Timestamp:
- 11/19/08 13:46:16 (17 years ago)
- Location:
- trunk/src/bindings/scripts/scripts/creature
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bindings/scripts/scripts/creature/mob_event_ai.cpp
r202 r206 865 865 Creature* pCreature = NULL; 866 866 867 HM_NAMESPACE::hash_map<uint32, EventAI_Summon>::iterator i = EventAI_Summon_Map.find(param3);867 UNORDERED_MAP<uint32, EventAI_Summon>::iterator i = EventAI_Summon_Map.find(param3); 868 868 869 869 if (i == EventAI_Summon_Map.end()) -
trunk/src/bindings/scripts/scripts/creature/mob_event_ai.h
r109 r206 196 196 197 197 //EventSummon_Map 198 extern HM_NAMESPACE::hash_map<uint32, EventAI_Summon> EventAI_Summon_Map;198 extern UNORDERED_MAP<uint32, EventAI_Summon> EventAI_Summon_Map; 199 199 200 200 //EventAI Error handling … … 209 209 210 210 //Error prevention list 211 extern HM_NAMESPACE::hash_map<uint32, EventAI_CreatureError> EventAI_CreatureErrorPreventionList;211 extern UNORDERED_MAP<uint32, EventAI_CreatureError> EventAI_CreatureErrorPreventionList; 212 212 213 213 //Defines