summaryrefslogtreecommitdiff
path: root/src/map/skill.h
diff options
context:
space:
mode:
authorcelest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-15 19:37:40 +0000
committercelest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-15 19:37:40 +0000
commit51ca6fafbdf5e9840aab1859d99be5738cfd7571 (patch)
tree5ab199ac5fce61d8c086fc15c345065363f0d493 /src/map/skill.h
parent4e003aea5ffaa764bf0e40a63ea314c56903fda0 (diff)
downloadhercules-51ca6fafbdf5e9840aab1859d99be5738cfd7571.tar.gz
hercules-51ca6fafbdf5e9840aab1859d99be5738cfd7571.tar.bz2
hercules-51ca6fafbdf5e9840aab1859d99be5738cfd7571.tar.xz
hercules-51ca6fafbdf5e9840aab1859d99be5738cfd7571.zip
* Updated Forging and Potion making formulas
* Modified guild skills * Initialise 'canregen' when logging into map - Updated Steel Body, Thunderstorm, Investigate and Magic Crasher - Removed elunium and oridecon from produce_db git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@575 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/skill.h')
-rw-r--r--src/map/skill.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/skill.h b/src/map/skill.h
index 948b9b399..09f47403e 100644
--- a/src/map/skill.h
+++ b/src/map/skill.h
@@ -344,10 +344,10 @@ enum { // struct map_session_data の status_changeの番?テ?ブル
SC_SPELLBREAKER =192,
SC_DPOISON =193, /* 猛毒 */
SC_BLOCKSKILL =194, // for disallowing the use of a skill for a time period
- SC_LEADERSHIP =196,
+/* SC_LEADERSHIP =196, // temporarily disabled - they're too buggy =/
SC_GLORYWOUNDS =197,
SC_SOULCOLD =198,
- SC_HAWKEYES =199,
+ SC_HAWKEYES =199,*/
SC_BATTLEORDERS =200,
SC_REGENERATION =201,
SC_PRESERVE =202,