diff options
author | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-01-25 20:14:19 +0000 |
---|---|---|
committer | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-01-25 20:14:19 +0000 |
commit | ef55a5fc32a77ebfb0102a090b402c13173821c5 (patch) | |
tree | 3c7cf0590385bd741abd7b737516ce05a43f112b /src/map/skill.h | |
parent | 7b9b6586aa99a19fe8c1757acdced7bec33e270b (diff) | |
download | hercules-ef55a5fc32a77ebfb0102a090b402c13173821c5.tar.gz hercules-ef55a5fc32a77ebfb0102a090b402c13173821c5.tar.bz2 hercules-ef55a5fc32a77ebfb0102a090b402c13173821c5.tar.xz hercules-ef55a5fc32a77ebfb0102a090b402c13173821c5.zip |
- Implemented monster skill "Full Heal" NPC_ALLHEAL.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13493 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/skill.h')
-rw-r--r-- | src/map/skill.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/map/skill.h b/src/map/skill.h index a9156edde..cb7656878 100644 --- a/src/map/skill.h +++ b/src/map/skill.h @@ -965,9 +965,9 @@ enum e_skill { NPC_HELLPOWER, NPC_WIDEHELLDIGNITY, NPC_INVINCIBLE, - NPC_INVINCIBLEOFF, - NPC_ALLHEAL, - + NPC_INVINCIBLEOFF, */ + NPC_ALLHEAL = 687, + /* GM_SANDMAN = 688, CASH_BLESSING, CASH_INCAGI, |