diff options
author | glighta <glighta@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-10-31 01:38:20 +0000 |
---|---|---|
committer | glighta <glighta@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-10-31 01:38:20 +0000 |
commit | 0fe3daa79298bec69f8a85c210a2fc1d7a437851 (patch) | |
tree | 9f3881e9fcb323f0ba1c4db37b9b76a562530a68 /src/map/skill.h | |
parent | 759a1bcbe86ff54211b46a539b106b7ff174731e (diff) | |
download | hercules-0fe3daa79298bec69f8a85c210a2fc1d7a437851.tar.gz hercules-0fe3daa79298bec69f8a85c210a2fc1d7a437851.tar.bz2 hercules-0fe3daa79298bec69f8a85c210a2fc1d7a437851.tar.xz hercules-0fe3daa79298bec69f8a85c210a2fc1d7a437851.zip |
-Fix bugreport:5757 (insignia) implement remaning effect stated from irowiki, remove duplicate atk_ele
-Fix bugreport:6096 (saturday_night), add rate failure, fix sit icone, add restrict to pvp map
-Fix bugreport:6831 (sc_intravision), prevent item starting (and so ending) intravision while wearing maya purple
DB:
-Upd *INSIGNIA duration to 60s, fix requirement indigo per level (itemid ain't split in src =( )
-Upd WM_SATURDAY_NIGHT_FEVER hp/sp drain interval to 12-2*skilllv
-Upd skill_require_db fix add note about some state status wich were present but not mentionned.
-Add poisonweapon and rollingcutter code implantation. (was used in require db without effect and removed hardcoded check)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16847 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/skill.h')
-rw-r--r-- | src/map/skill.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/skill.h b/src/map/skill.h index 5225afb77..effb6164b 100644 --- a/src/map/skill.h +++ b/src/map/skill.h @@ -398,6 +398,8 @@ enum { ST_RIDINGWUG, ST_MADO, ST_ELEMENTALSPIRIT, + ST_POISONINGWEAPON, + ST_ROLLINGCUTTER, }; enum e_skill { |