summaryrefslogtreecommitdiff
path: root/src/map/skill.h
diff options
context:
space:
mode:
authorcelest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-02-15 08:55:36 +0000
committercelest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-02-15 08:55:36 +0000
commit09af9729fa04300ecb6c98e95962afa22a5c96b3 (patch)
treef93bd8b5dad84155c9dd265a20029ede25283bf9 /src/map/skill.h
parente1eab1687c962cc3bea25cb66981c28be65e6e3b (diff)
downloadhercules-09af9729fa04300ecb6c98e95962afa22a5c96b3.tar.gz
hercules-09af9729fa04300ecb6c98e95962afa22a5c96b3.tar.bz2
hercules-09af9729fa04300ecb6c98e95962afa22a5c96b3.tar.xz
hercules-09af9729fa04300ecb6c98e95962afa22a5c96b3.zip
* Added experimental code to generate a stack dump when it segfaults
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1108 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/skill.h')
-rw-r--r--src/map/skill.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/map/skill.h b/src/map/skill.h
index d23006ddb..af2d79f59 100644
--- a/src/map/skill.h
+++ b/src/map/skill.h
@@ -353,10 +353,9 @@ enum { // struct map_session_data の status_changeの番?テ?ブル
SC_MINDBREAKER =191,
SC_SPELLBREAKER =192,
SC_LANDPROTECTOR =193,
- SC_BLOCKSKILL =194, // for disallowing the use of a skill for a time period
- SC_ADAPTATION =195,
- SC_CHASEWALK =196,
- SC_REGENERATION =201,
+ SC_ADAPTATION =194,
+ SC_CHASEWALK =195,
+ SC_REGENERATION =196,
// [Celest]