diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-02-16 01:10:56 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-02-16 01:10:56 +0000 |
commit | e71b9760374db9f0958dc8b9861d5f20d1d626a7 (patch) | |
tree | a6f16642b66ec1a1580a73bbffa705fe5724e007 /src/map/map.h | |
parent | a0ee0b2d45b3db45f932f2abefd6d4c56018660b (diff) | |
download | hercules-e71b9760374db9f0958dc8b9861d5f20d1d626a7.tar.gz hercules-e71b9760374db9f0958dc8b9861d5f20d1d626a7.tar.bz2 hercules-e71b9760374db9f0958dc8b9861d5f20d1d626a7.tar.xz hercules-e71b9760374db9f0958dc8b9861d5f20d1d626a7.zip |
- Fixed pets displaying "strangely" when they did not have their pet armor
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5291 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.h b/src/map/map.h index da04f6d0b..70c6b4ec1 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -1139,7 +1139,6 @@ typedef enum { CELL_CHKNOPASS, // �ʉߕs��(�Z���^�C�v1,5)
CELL_GETTYPE, // �Z���^�C�v��Ԃ�
CELL_GETCELLTYPE,
- CELL_CHKSTACK,
CELL_CHKNPC=0x10, // �^�b�`�^�C�v��NPC(�Z���^�C�v0x80�t���O)
CELL_CHKREGEN, // cells that improve regeneration
CELL_CHKPNEUMA,
@@ -1148,6 +1147,7 @@ typedef enum { CELL_CHKLANDPROTECTOR,
CELL_CHKMOONLIT,
CELL_CHKICEWALL,
+ CELL_CHKSTACK,
} cell_t;
// map_setcell()�Ŏg�p�����t���O
enum {
|