diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-01-06 21:14:54 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-01-06 21:14:54 +0000 |
commit | 1155148a46f0e1108d46b95a69630061347991cb (patch) | |
tree | 5a981b1ddc8294b895b151febf251ef7ceaced01 /db | |
parent | 0c8a19560039317e3db5c126d0e76a231615b4ac (diff) | |
download | hercules-1155148a46f0e1108d46b95a69630061347991cb.tar.gz hercules-1155148a46f0e1108d46b95a69630061347991cb.tar.bz2 hercules-1155148a46f0e1108d46b95a69630061347991cb.tar.xz hercules-1155148a46f0e1108d46b95a69630061347991cb.zip |
Expanded the poor "npc_touch_areanpc : some bug" with info about which cell exactly caused the problem.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12024 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-rw-r--r-- | db/produce_db.txt | 2 | ||||
-rw-r--r-- | db/skill_nocast_db.txt | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/db/produce_db.txt b/db/produce_db.txt index b4defc84b..a36b79f70 100644 --- a/db/produce_db.txt +++ b/db/produce_db.txt @@ -1,4 +1,4 @@ -// Blacksmith and Alchemist Produce Database +// Item Produce Database // // Structure of Database: // ProduceItemID,ItemLV,RequireSkill,RequireSkillLv,MaterialID1,MaterialAmount1,...... diff --git a/db/skill_nocast_db.txt b/db/skill_nocast_db.txt index 246093e49..a1cf830b3 100644 --- a/db/skill_nocast_db.txt +++ b/db/skill_nocast_db.txt @@ -17,7 +17,6 @@ // 512 = Cannot be used in zone 5 maps // 1024 = Cannot be used in zone 6 maps // 2048 = Cannot be used in zone 7 maps - // // Example: // 8,6 = Endure cannot be used in PvP and GvG maps (2+4) |