summaryrefslogtreecommitdiff
path: root/src/map/status.h
diff options
context:
space:
mode:
authorprotimus <protimus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-03-18 16:34:38 +0000
committerprotimus <protimus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-03-18 16:34:38 +0000
commite97084001612262b011ec71c90f202160b9925c0 (patch)
treeaefdc0c69401a2e5f983854573365785768ef3e0 /src/map/status.h
parentba7119f4d55d750801ded87ae75b5692b242b629 (diff)
downloadhercules-e97084001612262b011ec71c90f202160b9925c0.tar.gz
hercules-e97084001612262b011ec71c90f202160b9925c0.tar.bz2
hercules-e97084001612262b011ec71c90f202160b9925c0.tar.xz
hercules-e97084001612262b011ec71c90f202160b9925c0.zip
Added Odin's Power skill.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15724 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/status.h')
-rw-r--r--src/map/status.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/status.h b/src/map/status.h
index 19985f62a..200eaf8b8 100644
--- a/src/map/status.h
+++ b/src/map/status.h
@@ -572,6 +572,7 @@ typedef enum sc_type {
SC_GLORYWOUNDS,
SC_SOULCOLD, //510
SC_HAWKEYES,
+ SC_ODINS_POWER,
SC_MAX, //Automatically updated max, used in for's to check we are within bounds.
} sc_type;
@@ -1153,6 +1154,7 @@ enum si_type {
SI_WIND_INSIGNIA = 569,
SI_EARTH_INSIGNIA = 570,
SI_EQUIPED_FLOOR = 571,
+ SI_ODINS_POWER = 583,
SI_ALL_RIDING = 613,//awesome 571-613 gap, we're missing quite a few stuff here.
SI_MAX,