diff options
author | Chilly0123 <Chilly0123@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-24 07:00:10 +0000 |
---|---|---|
committer | Chilly0123 <Chilly0123@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-24 07:00:10 +0000 |
commit | eb4f03c1b0be1dad90632898eebf4f8e481f5f4e (patch) | |
tree | a1aedcb3f004282c8ab3e6f4092329c6ece52695 /db/const.txt | |
parent | 9d1a4a7aa2c5bc6cafaaa718be1c1afb472db825 (diff) | |
download | hercules-eb4f03c1b0be1dad90632898eebf4f8e481f5f4e.tar.gz hercules-eb4f03c1b0be1dad90632898eebf4f8e481f5f4e.tar.bz2 hercules-eb4f03c1b0be1dad90632898eebf4f8e481f5f4e.tar.xz hercules-eb4f03c1b0be1dad90632898eebf4f8e481f5f4e.zip |
*Fixed bug in the attribute table.
*Added an item group that i missed.
*Lots of mob_db updates.
-Labeled groups of monsters by area and episode number.
-Updated many monsters to drop their new cards.
-Added mobs up to Episode 14.2 (many are still incomplete).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15237 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/const.txt')
-rw-r--r-- | db/const.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/db/const.txt b/db/const.txt index 2b3421835..c81b6bf3a 100644 --- a/db/const.txt +++ b/db/const.txt @@ -590,8 +590,9 @@ IG_Fruit_Basket 55 IG_Improved_Coin_Bag 56 IG_Intermediate_Coin_Bag 57 IG_Minor_Coin_Bag 58 -IG_A_Grade_Coin_Bag 59 -IG_Advanced_Weapons_Box 60 +IG_S_Grade_Coin_Bag 59 +IG_A_Grade_Coin_Bag 60 +IG_Advanced_Weapons_Box 61 SC_ALL -1 SC_STONE 0 |