aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormegamage <none@none>2009-04-17 15:26:14 -0500
committermegamage <none@none>2009-04-17 15:26:14 -0500
commitc688548c2c64764b16cd571321d0d72ed83eb1b4 (patch)
treecd99c3dd94b7ccd5add6ba768d34c3190a56c49f
parent5af68845951e8ceb032d766c8162e3ee1f04769f (diff)
*Change a eventai action number in case of conflicts with mangos.
--HG-- branch : trunk
-rw-r--r--src/bindings/scripts/scripts/creature/mob_event_ai.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/bindings/scripts/scripts/creature/mob_event_ai.h b/src/bindings/scripts/scripts/creature/mob_event_ai.h
index 7b00d9d7942..8182717d5d4 100644
--- a/src/bindings/scripts/scripts/creature/mob_event_ai.h
+++ b/src/bindings/scripts/scripts/creature/mob_event_ai.h
@@ -76,11 +76,11 @@ enum Action_Types
ACTION_T_UPDATE_TEMPLATE = 36, //Entry, Team
ACTION_T_DIE = 37, //No Params
ACTION_T_ZONE_COMBAT_PULSE = 38, //No Params
- ACTION_T_SUMMON_GO = 39, //GameObjectID, DespawnTime in ms
- ACTION_T_SET_ACTIVE = 101, //Apply
- ACTION_T_SET_AGGRESSIVE = 102, //Apply
- ACTION_T_ATTACK_START_PULSE = 103, //Distance
+ ACTION_T_SET_ACTIVE = 101, //Apply
+ ACTION_T_SET_AGGRESSIVE = 102, //Apply
+ ACTION_T_ATTACK_START_PULSE = 103, //Distance
+ ACTION_T_SUMMON_GO = 104, //GameObjectID, DespawnTime in ms
ACTION_T_END,
};