diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-10 14:38:12 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-10 14:38:12 +0000 |
commit | e96f41fafafff988ac27aed09f2459acc4ba78ff (patch) | |
tree | 0aeed45b3a30ef24b5a71414f85a7d1d9cd55128 /src/map/status.c | |
parent | 943017636ea3ca3b56ffa216bb8529e570bd5072 (diff) | |
download | hercules-e96f41fafafff988ac27aed09f2459acc4ba78ff.tar.gz hercules-e96f41fafafff988ac27aed09f2459acc4ba78ff.tar.bz2 hercules-e96f41fafafff988ac27aed09f2459acc4ba78ff.tar.xz hercules-e96f41fafafff988ac27aed09f2459acc4ba78ff.zip |
- Moved the OPTION defines from map.h to status.h (where they belong)
- Added back SC_XMAS to status.c (how was it... lost?)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6550 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/status.c')
-rw-r--r-- | src/map/status.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/status.c b/src/map/status.c index 6afc10bb0..0fb0ba64b 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -4130,6 +4130,7 @@ int status_change_start(struct block_list *bl,int type,int rate,int val1,int val break;
case SC_WEDDING: //結婚用(結婚衣裳になって?くのが?いとか)
+ case SC_XMAS:
{
struct view_data *vd = status_get_viewdata(bl);
if (vd) {
@@ -5016,6 +5017,7 @@ int status_change_end( struct block_list* bl , int type,int tid ) break;
case SC_WEDDING: //結婚用(結婚衣裳になって?くのが?いとか)
+ case SC_XMAS:
{
struct view_data *vd = status_get_viewdata(bl);
if (vd) {
|