mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-22 12:18:27 +00:00
Implemented target type (44) 'Beams' (which projects an AE infront of caster with a specified length and width).
Clean up of target type direction code, implemented use of aemaxtargets field for it.
This commit is contained in:
@@ -495,6 +495,7 @@ typedef enum {
|
||||
GroupSpell, // causes effect to caster + target's group
|
||||
CAHateList, // causes effect to all people on caster's hate list within some range
|
||||
DirectionalAE,
|
||||
Beam,
|
||||
TargetRing,
|
||||
CastActUnknown
|
||||
} CastAction_type;
|
||||
|
||||
Reference in New Issue
Block a user