diff options
| author | maximius <none@none> | 2009-10-27 21:39:53 -0700 |
|---|---|---|
| committer | maximius <none@none> | 2009-10-27 21:39:53 -0700 |
| commit | 291b255feed74e2706d760beccc9ad19174299b2 (patch) | |
| tree | 02023a0dc1f784334a3fce36794ff3af54985f37 /src/bindings/scripts/base | |
| parent | a81faea969e5589b76a2bbed222313a75b845a79 (diff) | |
*Minor cleanup/typo fixes for cd98f7a7b802
--HG--
branch : trunk
Diffstat (limited to 'src/bindings/scripts/base')
| -rw-r--r-- | src/bindings/scripts/base/simple_ai.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bindings/scripts/base/simple_ai.h b/src/bindings/scripts/base/simple_ai.h index 6e22f1668ea..3a2e8a9341a 100644 --- a/src/bindings/scripts/base/simple_ai.h +++ b/src/bindings/scripts/base/simple_ai.h @@ -8,10 +8,10 @@ enum CastTarget { CAST_SELF = 0, //Self cast - CAST_HOSTILE_TARGET, //Our current pTarget (ie: highest aggro) + CAST_HOSTILE_TARGET, //Our current target (ie: highest aggro) CAST_HOSTILE_SECOND_AGGRO, //Second highest aggro (generaly used for cleaves and some special attacks) CAST_HOSTILE_LAST_AGGRO, //Dead last on aggro (no idea what this could be used for) - CAST_HOSTILE_RANDOM, //Just any random pTarget on our threat list + CAST_HOSTILE_RANDOM, //Just any random target on our threat list CAST_FRIENDLY_RANDOM, //NOT YET IMPLEMENTED //Special cases |
