diff options
author | Michieru <Michieru@users.noreply.github.com> | 2014-08-08 22:34:05 +0200 |
---|---|---|
committer | Michieru <Michieru@users.noreply.github.com> | 2014-08-08 22:34:05 +0200 |
commit | 8880a07fae22c12cb73d5345dfee0a2c9848ccf3 (patch) | |
tree | 52256dfc4e8f678e8669c45252919a9481f9be3b /db/re | |
parent | c4b1227dc57b9eeff8fcba602d622e322416a915 (diff) | |
download | hercules-8880a07fae22c12cb73d5345dfee0a2c9848ccf3.tar.gz hercules-8880a07fae22c12cb73d5345dfee0a2c9848ccf3.tar.bz2 hercules-8880a07fae22c12cb73d5345dfee0a2c9848ccf3.tar.xz hercules-8880a07fae22c12cb73d5345dfee0a2c9848ccf3.zip |
Fix item that should not be equip by Royal Guard (bug: 8280)
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 7d5dfbd4f..7f9f9d306 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -11254,7 +11254,7 @@ item_db: ( Atk: 150 Range: 3 Slots: 1 - Job: 0x00004080 + Job: 0x00000080 Upper: 58 Loc: 34 WeaponLv: 4 @@ -11415,7 +11415,7 @@ item_db: ( Weight: 20000 Atk: 20 Range: 3 - Job: 0x00004080 + Job: 0x00000080 Upper: 56 Loc: 34 WeaponLv: 4 @@ -19571,7 +19571,7 @@ item_db: ( Buy: 20 Def: 70 Slots: 1 - Job: 0x00004080 + Job: 0x00000080 Upper: 56 Loc: 32 EquipLv: 99 @@ -30034,7 +30034,7 @@ item_db: ( Type: 5 Buy: 0 Slots: 1 - Job: 0x00004080 + Job: 0x00000080 Upper: 56 Loc: 136 EquipLv: 99 @@ -54537,7 +54537,7 @@ item_db: ( Weight: 100 Def: 12 Slots: 1 - Job: 0x00004080 + Job: 0x00000080 Upper: 56 Loc: 256 EquipLv: 100 @@ -105881,7 +105881,7 @@ item_db: ( Buy: 0 Def: 95 Slots: 1 - Job: 0x00004080 + Job: 0x00000080 Upper: 56 Loc: 16 EquipLv: 99 @@ -117975,7 +117975,7 @@ item_db: ( Atk: 280 Range: 2 Slots: 2 - Job: 0x00004080 + Job: 0x00000080 Upper: 56 Loc: 34 WeaponLv: 3 |