summaryrefslogtreecommitdiff
path: root/src/map/status.h
diff options
context:
space:
mode:
authorMichieru <Michieru@users.noreply.github.com>2014-08-07 12:00:53 +0200
committerMichieru <Michieru@users.noreply.github.com>2014-08-07 12:00:53 +0200
commitb05ba2d2dc31bad470a8703bc69a5a651d05a718 (patch)
tree956749585406cd126bbe927c66d67459d5b09369 /src/map/status.h
parentc45e3fa9793a273a0eab40d1626bcda7d710552c (diff)
downloadhercules-b05ba2d2dc31bad470a8703bc69a5a651d05a718.tar.gz
hercules-b05ba2d2dc31bad470a8703bc69a5a651d05a718.tar.bz2
hercules-b05ba2d2dc31bad470a8703bc69a5a651d05a718.tar.xz
hercules-b05ba2d2dc31bad470a8703bc69a5a651d05a718.zip
- Fix item that should not be used by Royal Guards (bug:7924)
- Fix Peuz's Set item bonus (bug:8141) - Add Missing Status Effects for Miming_Card and Sropho_Card (bug:7462)
Diffstat (limited to 'src/map/status.h')
-rw-r--r--src/map/status.h21
1 files changed, 12 insertions, 9 deletions
diff --git a/src/map/status.h b/src/map/status.h
index 670fce3bb..d1b3c6471 100644
--- a/src/map/status.h
+++ b/src/map/status.h
@@ -82,9 +82,12 @@ typedef enum sc_type {
SC_CONFUSION,
SC_BLIND,
SC_BLOODING,
- SC_DPOISON,
- SC_BURNING, //11
- SC_COMMON_MAX = 11, // end
+ SC_DPOISON, //10
+ SC_FEAR,
+ SC_COLD,
+ SC_BURNING,
+ SC_DEEP_SLEEP,
+ SC_COMMON_MAX = 14, // end
//Next up, we continue on 20, to leave enough room for additional "common" ailments in the future.
SC_PROVOKE = 20,
@@ -381,8 +384,8 @@ typedef enum sc_type {
/**
* 3rd
**/
- SC_FEAR, // 310
- SC_FROSTMISTY,
+ //SC_FEAR,
+ SC_FROSTMISTY = 311,
/**
* Rune Knight
**/
@@ -483,8 +486,8 @@ typedef enum sc_type {
* Sorcerer
**/
SC_SPELLFIST,
- SC_COLD,
- SC_STRIKING,
+ //SC_COLD,
+ SC_STRIKING = 389,
SC_WARMER, // 390
SC_VACUUM_EXTREME,
SC_PROPERTYWALK,
@@ -498,8 +501,8 @@ typedef enum sc_type {
SC_ECHOSONG,
SC_HARMONIZE,
SC_SIREN,
- SC_DEEP_SLEEP, // 400
- SC_SIRCLEOFNATURE,
+ //SC_DEEP_SLEEP, // 400
+ SC_SIRCLEOFNATURE = 401,
SC_GLOOMYDAY,
//SC_GLOOMYDAY_SK,
SC_SONG_OF_MANA = 404,