Skip to content

Commit

Permalink
Update src/game/CreatureEventAI.h
Browse files Browse the repository at this point in the history
  • Loading branch information
technoir42 committed Sep 15, 2012
1 parent 600cc40 commit 19c4b54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/game/CreatureEventAI.h
Expand Up @@ -62,7 +62,7 @@ enum EventAI_Type
EVENT_T_SUMMONED_JUST_DESPAWN = 26, // CreatureId, RepeatMin, RepeatMax
EVENT_T_MISSING_AURA = 27, // Param1 = SpellID, Param2 = Number of time stacked expected, Param3/4 Repeat Min/Max
EVENT_T_TARGET_MISSING_AURA = 28, // Param1 = SpellID, Param2 = Number of time stacked expected, Param3/4 Repeat Min/Max
EVENT_T_TIMER_GENERIC = 29, // InitialMin, InitialMax, RepeatMin, RepeatMax
EVENT_T_TIMER_GENERIC = 29, // InitialMin, InitialMax, RepeatMin, RepeatMax

EVENT_T_END,
};
Expand Down Expand Up @@ -422,7 +422,7 @@ struct CreatureEventAI_Event
{
// EVENT_T_TIMER_IN_COMBAT = 0
// EVENT_T_TIMER_OOC = 1
// EVENT_T_TIMER_GENERIC = 29
// EVENT_T_TIMER_GENERIC = 29
struct
{
uint32 initialMin;
Expand Down

0 comments on commit 19c4b54

Please sign in to comment.