diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-03 19:59:22 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-03 19:59:22 +0000 |
commit | 0ceb473a68fa6ca5e154d6f337d35b0cf8570370 (patch) | |
tree | 6d7fe1c9d6ef627f156750edf5236d56a5c685c1 /src/map/status.h | |
parent | 335b8e9227107182ef1e4c8a707bb604bf9937cc (diff) | |
download | hercules-0ceb473a68fa6ca5e154d6f337d35b0cf8570370.tar.gz hercules-0ceb473a68fa6ca5e154d6f337d35b0cf8570370.tar.bz2 hercules-0ceb473a68fa6ca5e154d6f337d35b0cf8570370.tar.xz hercules-0ceb473a68fa6ca5e154d6f337d35b0cf8570370.zip |
- Changed the Battle-Orders icon to be the Strength Up icon (for Chasewalk's str bonus).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8113 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/status.h')
-rw-r--r-- | src/map/status.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/status.h b/src/map/status.h index af01cd1d6..794d14d9c 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -381,7 +381,7 @@ enum { SI_MOON_COMFORT = 170,
SI_STAR_COMFORT = 171,
SI_PRESERVE = 181,
- SI_BATTLEORDERS = 182,
+ SI_INCSTR = 182,
SI_INTRAVISION = 184, //WTF?? creates the black shape of 4_m_02 NPC, with NPC talk cursor. Supposedly intravision shows this.
SI_DOUBLECAST = 186,
SI_MAXOVERTHRUST = 188,
|