diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-06-24 22:41:24 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-06-24 22:41:24 +0000 |
commit | 7845b8fdccdea16d271580f43c5206365ff7719a (patch) | |
tree | 1c36b5986d1e14edd5e4197ec2335d7eabeafa1a /db/const.txt | |
parent | 8860b98332a06b7bc23e7f0f5ac5ac73b178f87d (diff) | |
download | hercules-7845b8fdccdea16d271580f43c5206365ff7719a.tar.gz hercules-7845b8fdccdea16d271580f43c5206365ff7719a.tar.bz2 hercules-7845b8fdccdea16d271580f43c5206365ff7719a.tar.xz hercules-7845b8fdccdea16d271580f43c5206365ff7719a.zip |
* Increased Item group limit for new item groups.
* Added several new item groups, and updated some existing groups.
- IG_RedBox, IG_GreenBox, IG_OldYellowBox, IG_OldGiftBox IG_MagicCardAlbum, IG_HometownGift, and IG_Masquerade.
- IG_CardAlbum no longer gives Ghostring or Angeling Cards.
- Added Hahoe Mask to Wrapped Mask list.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12891 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/const.txt')
-rw-r--r-- | db/const.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/db/const.txt b/db/const.txt index 39b5fa7e3..2b780e612 100644 --- a/db/const.txt +++ b/db/const.txt @@ -524,6 +524,13 @@ IG_FoodBag 36 IG_Potion 37 IG_RedBox_2 38 IG_BleuBox 39 +IG_RedBox 40 +IG_GreenBox 41 +IG_OldYellowBox 42 +IG_OldGiftBox 43 +IG_MagicCardAlbum 44 +IG_HometownGift 45 +IG_Masquerade 46 SC_ALL -1 SC_STONE 0 |