diff options
author | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-07-02 18:56:16 +0000 |
---|---|---|
committer | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-07-02 18:56:16 +0000 |
commit | 6a60859867c8033d17fb19276d7aed282e6227f5 (patch) | |
tree | 407efed7224757dd1ace81e17a970bee0de4f019 /sql-files/item_db2.sql | |
parent | dde9e3d7efb425245c55811525f4876f2061a1e0 (diff) | |
download | hercules-6a60859867c8033d17fb19276d7aed282e6227f5.tar.gz hercules-6a60859867c8033d17fb19276d7aed282e6227f5.tar.bz2 hercules-6a60859867c8033d17fb19276d7aed282e6227f5.tar.xz hercules-6a60859867c8033d17fb19276d7aed282e6227f5.zip |
- Added mosk_que to the mapcache (follow up to r13903).
- Fixed some input checks and variable types in Megingjard quest.
- Updated SQL item/mob databases to latest.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13926 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'sql-files/item_db2.sql')
-rw-r--r-- | sql-files/item_db2.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql-files/item_db2.sql b/sql-files/item_db2.sql index a698b086c..e5206af36 100644 --- a/sql-files/item_db2.sql +++ b/sql-files/item_db2.sql @@ -32,7 +32,7 @@ CREATE TABLE `item_db2` ( # Items Additional Database - Custom Items go here # # Structure of Database: -# REPLACE INTO `item_db` VALUES ( ID,'Name','Name',Type,Price,Sell,Weight,ATK,DEF,Range,Slot,Job,Upper,Gender,Loc,wLV,eLV,Refineable,View,' Script ',' OnEquip_Script ',' OnUnequip_Script '); +# REPLACE INTO `item_db2` VALUES ( ID,'Name','Name',Type,Price,Sell,Weight,ATK,DEF,Range,Slot,Job,Upper,Gender,Loc,wLV,eLV,Refineable,View,' Script ',' OnEquip_Script ',' OnUnequip_Script '); # # THQ Quest Items # ============================================================= |