diff options
Diffstat (limited to 'src/map/skill.h')
-rw-r--r-- | src/map/skill.h | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/src/map/skill.h b/src/map/skill.h index f6d214046..a5b1e25cf 100644 --- a/src/map/skill.h +++ b/src/map/skill.h @@ -878,13 +878,14 @@ enum { UNT_FIREWALL,
UNT_WARP_WAITING,
UNT_WARP_ACTIVE,
+ //0x82
UNT_SANCTUARY = 0x83,
UNT_MAGNUS,
UNT_PNEUMA,
UNT_ATTACK_SKILLS, //These show no effect on the client, therefore can be used for attack skills.
UNT_FIREPILLAR_WAITING,
UNT_FIREPILLAR_ACTIVE,
-
+ //0x89, 0x8a, 0x8b
UNT_USED_TRAPS = 0x8c,
UNT_ICEWALL,
UNT_QUAGMIRE,
@@ -926,15 +927,16 @@ enum { UNT_CALLFAMILY,
UNT_GOSPEL,
UNT_BASILICA,
-
+ //0xb5
UNT_FOGWALL = 0xb6,
UNT_SPIDERWEB,
UNT_GRAVITATION,
UNT_HERMODE,
+ //0xba
+ UNT_SUITON = 0xbb,
UNT_DESPERADO,
- UNT_SUITON,
- UNT_TATAMIGAESHI,
- UNT_KAENSIN,
+ //0xbd, 0xbe, 0xc0, 0xc1 //Maybe the other elements of Ground Drift?
+ UNT_GROUNDDRIFT = 0xc2,
};
#endif
|