diff options
author | thatakkarin <thatakkarin@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-09-03 23:59:46 +0000 |
---|---|---|
committer | thatakkarin <thatakkarin@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-09-03 23:59:46 +0000 |
commit | 5d08bc2a59ac0bea9573085f6ea2fc12fee9a7ae (patch) | |
tree | cba96df072699040b4372aee6767a1ba1653f0a8 /doc/item_db.txt | |
parent | 6329c98d4af9afb03bbe9b31ed9291f010c53dec (diff) | |
download | hercules-5d08bc2a59ac0bea9573085f6ea2fc12fee9a7ae.tar.gz hercules-5d08bc2a59ac0bea9573085f6ea2fc12fee9a7ae.tar.bz2 hercules-5d08bc2a59ac0bea9573085f6ea2fc12fee9a7ae.tar.xz hercules-5d08bc2a59ac0bea9573085f6ea2fc12fee9a7ae.zip |
* Fixed bugreport:6619 with correct ammo view id in /doc/item_db.txt
* Slight cleanup in /doc/atcommands.txt
* Added quest sample NPC in /doc/npc_test_quest.txt
* Added an additional example in /doc/whisper_sys.txt to show extended usage
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16742 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc/item_db.txt')
-rw-r--r-- | doc/item_db.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/item_db.txt b/doc/item_db.txt index ddbac4238..a74ef0617 100644 --- a/doc/item_db.txt +++ b/doc/item_db.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= rAthena Dev Team //===== Current Version: ===================================== -//= 20120420 +//= 20120904 //===== Description: ========================================= //= Explanation of the item_db.txt file and structure. //============================================================ @@ -143,8 +143,8 @@ View: For normal items, defines a replacement view-sprite for the item (eg: 5: Grenades 6: Shuriken 7: Kunai - 7: Cannonballs - 7: Throwable Items (Sling Item) + 8: Cannonballs + 9: Throwable Items (Sling Item) Script: Script to execute when the item is used/equipped. |