diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-20 23:24:20 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-20 23:24:20 +0000 |
commit | 8cd804f247a2d36ff8dc69d09a1004f5ec84197a (patch) | |
tree | 88c4f726d6a9fea3d3a13032db4bb1b850a2ddee /src/map/status.c | |
parent | a09e5436e06f844688f708c23975d3ce7e4b3965 (diff) | |
download | hercules-8cd804f247a2d36ff8dc69d09a1004f5ec84197a.tar.gz hercules-8cd804f247a2d36ff8dc69d09a1004f5ec84197a.tar.bz2 hercules-8cd804f247a2d36ff8dc69d09a1004f5ec84197a.tar.xz hercules-8cd804f247a2d36ff8dc69d09a1004f5ec84197a.zip |
- Added two columns to item_db: equip_script and unequip_script are scripts that are executed once when the corresponding item is equipped or unequipped respectively.
- Removed bonuses bDamageWhenUnequip, bLoseSPWhenUnequip
- Updated sql-files/item_db.sql with latest.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6204 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/status.c')
-rw-r--r-- | src/map/status.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/map/status.c b/src/map/status.c index d40830465..4eec25e6b 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -701,8 +701,6 @@ int status_calc_pc(struct map_session_data* sd,int first) + sizeof(sd->addeff3)
+ sizeof(sd->addeff3_type)
+ sizeof(sd->sp_gain_race)
- + sizeof(sd->unequip_losehp)
- + sizeof(sd->unequip_losesp)
);
|