mirror of
https://github.com/azerothcore/mod-ale
synced 2025-12-01 21:15:19 +08:00
Corrected typo
This commit is contained in:
@@ -637,8 +637,8 @@ namespace LuaCreature
|
||||
* <pre>
|
||||
* enum SelectAggroTarget
|
||||
* {
|
||||
* SELECT_TARGET_RANDOM = 0, //Just selects a random target
|
||||
* SELECT_TARGET_TOPAGGRO, //Selects targes from top aggro to bottom
|
||||
* SELECT_TARGET_RANDOM = 0, //Just selects a random target
|
||||
* SELECT_TARGET_TOPAGGRO, //Selects targets from top aggro to bottom
|
||||
* SELECT_TARGET_BOTTOMAGGRO, //Selects targets from bottom aggro to top
|
||||
* SELECT_TARGET_NEAREST,
|
||||
* SELECT_TARGET_FARTHEST
|
||||
|
||||
Reference in New Issue
Block a user