summaryrefslogtreecommitdiff
path: root/db/const.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-20 23:24:20 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-20 23:24:20 +0000
commit8cd804f247a2d36ff8dc69d09a1004f5ec84197a (patch)
tree88c4f726d6a9fea3d3a13032db4bb1b850a2ddee /db/const.txt
parenta09e5436e06f844688f708c23975d3ce7e4b3965 (diff)
downloadhercules-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 'db/const.txt')
-rw-r--r--db/const.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/db/const.txt b/db/const.txt
index 7b97fae86..0746b1f98 100644
--- a/db/const.txt
+++ b/db/const.txt
@@ -292,9 +292,9 @@ bHPLossRate 2023
bAddRace2 2024
bHPGainValue 2025
bSubSize 2026
-bDamageWhenUnequip 2027
+
bAddItemHealRate 2028
-bLoseSPWhenUnequip 2029
+
bExpAddRace 2030
bSPGainRace 2031
bSPSubRace2 2032
@@ -674,4 +674,4 @@ GUILD_SAMEMAP 18
GUILD_SAMEMAP_WOS 19
GUILD_AREA 20
GUILD_AREA_WOS 21
-SELF 22 \ No newline at end of file
+SELF 22