mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
Support for all remaining known spell target types.
Implemented target type (32) AE Target HateList Implemented target type (36) Area Client Only Implemented target type (37) Area PC Only Implemented target type (39) Group No Pet
This commit is contained in:
+1
-1
@@ -119,7 +119,7 @@ typedef enum {
|
||||
/* 29 */ // NOT USED
|
||||
/* 30 */ // NOT USED
|
||||
/* 31 */ // NOT USED
|
||||
/* 32 */ ST_AECaster2 = 0x20, //ae caster hatelist maybe?
|
||||
/* 32 */ ST_AETargetHateList = 0x20,
|
||||
/* 33 */ ST_HateList = 0x21,
|
||||
/* 34 */ ST_LDoNChest_Cursed = 0x22,
|
||||
/* 35 */ ST_Muramite = 0x23, //only works on special muramites
|
||||
|
||||
Reference in New Issue
Block a user