summaryrefslogtreecommitdiff
path: root/src/map/skill.h
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-23 01:56:52 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-23 01:56:52 +0000
commit0ffe3b7569390da9b2dfa5493b70d363dce2439c (patch)
tree66ce8fcdbc876c914e79639048c8fac3ec665814 /src/map/skill.h
parent021b26b8409a84b4c83eb0cc1eedbd65eedfd4e0 (diff)
downloadhercules-0ffe3b7569390da9b2dfa5493b70d363dce2439c.tar.gz
hercules-0ffe3b7569390da9b2dfa5493b70d363dce2439c.tar.bz2
hercules-0ffe3b7569390da9b2dfa5493b70d363dce2439c.tar.xz
hercules-0ffe3b7569390da9b2dfa5493b70d363dce2439c.zip
- Changed Preserve's cost to 30sp
- Fixed Arrow Shower, UNT_MAGIC_SKILLS was renamed to UNT_ATTACK_SKILLS - Fixed skill_use_pos checking target tile CELL_CHKNOPASS as invalid instead of CELL_CHKNOREACH git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5708 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/skill.h')
-rw-r--r--src/map/skill.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/map/skill.h b/src/map/skill.h
index 4fb2c9b40..4624e66b9 100644
--- a/src/map/skill.h
+++ b/src/map/skill.h
@@ -873,11 +873,10 @@ enum {
UNT_FIREWALL,
UNT_WARP_WAITING,
UNT_WARP_ACTIVE,
- UNT_ARROWSHOWER = 0x82, //TODO: Get actual unit id.
UNT_SANCTUARY = 0x83,
UNT_MAGNUS,
UNT_PNEUMA,
- UNT_MAGIC_SKILLS,
+ UNT_ATTACK_SKILLS, //These show no effect on the client, therefore can be used for attack skills.
UNT_FIREPILLAR_WAITING,
UNT_FIREPILLAR_ACTIVE,