diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-17 20:31:44 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-17 20:31:44 -0300 |
commit | d268aa8698255224840967852161425dc52ee27c (patch) | |
tree | bd19ed1013ff348737a5177fb18b04b8840bbbe4 /db | |
parent | ced07558ad91c741bbb28bbe2f86b105de59e4bb (diff) | |
download | serverdata-d268aa8698255224840967852161425dc52ee27c.tar.gz serverdata-d268aa8698255224840967852161425dc52ee27c.tar.bz2 serverdata-d268aa8698255224840967852161425dc52ee27c.tar.xz serverdata-d268aa8698255224840967852161425dc52ee27c.zip |
Fix bug in Runestaff.
@gethexp - Gives EXP to Homunculus (if homunculus is sleeping, packets will be
sent but server will disregard it)
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index af5768c54..480eea3d0 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -12027,7 +12027,7 @@ item_db: ( Buy: 9999999 Sell: 0 Weight: 3000 - Range: 1 + Range: 9 Loc: ["EQP_HAND_R", "EQP_HAND_L"] WeaponLv: 1 EquipLv: 1 |