diff options
author | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-05-22 13:24:16 +0000 |
---|---|---|
committer | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-05-22 13:24:16 +0000 |
commit | 4b9b06cc7dad8a7dd9ba729fbed753b7acd49367 (patch) | |
tree | 3f1f085df7f0b528879a8141d5b4b6aca5f7ac40 /src/map/status.h | |
parent | 0f481d207534f270140f2d7aeb92125f08333ffe (diff) | |
download | hercules-4b9b06cc7dad8a7dd9ba729fbed753b7acd49367.tar.gz hercules-4b9b06cc7dad8a7dd9ba729fbed753b7acd49367.tar.bz2 hercules-4b9b06cc7dad8a7dd9ba729fbed753b7acd49367.tar.xz hercules-4b9b06cc7dad8a7dd9ba729fbed753b7acd49367.zip |
* The delay icon doesn't appear during casting now. (bugreport:3101)
* Status icon of ASPD potions doesn't overriding each other now.(bugreport:3095)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13802 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/status.h')
-rw-r--r-- | src/map/status.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/map/status.h b/src/map/status.h index e127f8f5e..e6adb62b7 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -356,10 +356,10 @@ enum si_type { SI_HALLUCINATION = 34, SI_WEIGHT50 = 35, SI_WEIGHT90 = 36, - SI_ASPDPOTION = 37, -// SI_ASPDPOTION2 = 38, -// SI_ASPDPOTION3 = 39, -// SI_ASPDPOTIONINFINITY = 40, + SI_ASPDPOTION0 = 37, + SI_ASPDPOTION1 = 38, + SI_ASPDPOTION2 = 39, + SI_ASPDPOTIONINFINITY = 40, SI_SPEEDPOTION1 = 41, SI_SPEEDPOTION2 = 42, // SI_AUTOCOUNTER = 43, |