diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-09 14:14:34 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-09 14:14:34 +0000 |
commit | e7f5d5917b621c053ac353734c759617c390c619 (patch) | |
tree | 598c72ebce8a15c83c317cf7d0eb07bfe2f59465 /db/item_db.txt | |
parent | cf54640b1a215748e689c61f6c57696d7ee3fd7f (diff) | |
download | hercules-e7f5d5917b621c053ac353734c759617c390c619.tar.gz hercules-e7f5d5917b621c053ac353734c759617c390c619.tar.bz2 hercules-e7f5d5917b621c053ac353734c759617c390c619.tar.xz hercules-e7f5d5917b621c053ac353734c759617c390c619.zip |
Renamed first "Name" column to "AegisName"
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8205 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/item_db.txt')
-rw-r--r-- | db/item_db.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/item_db.txt b/db/item_db.txt index 5e020f77f..018b743f9 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -1,7 +1,7 @@ // Items Database
//
// Structure of Database:
-// ID,Name,Name,Type,Price,Sell,Weight,ATK,DEF,Range,Slot,Job,Upper,Gender,Loc,wLV,eLV,Refineable,View,{ Script },{ OnEquip_Script },{ OnUnequip_Script }
+// ID,AegisName,Name,Type,Price,Sell,Weight,ATK,DEF,Range,Slot,Job,Upper,Gender,Loc,wLV,eLV,Refineable,View,{ Script },{ OnEquip_Script },{ OnUnequip_Script }
//
// Healing Items
//=============================================================
|