diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-20 18:35:49 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-20 18:35:49 -0300 |
commit | 3ab19ea19682d3bd0dd828d31cc310571180017e (patch) | |
tree | 48712b27fe3ae6b08708ea3cf57be1bad1000bcc /db | |
parent | 2818ff670cafcb27fae5375c1e0d8259e8871714 (diff) | |
download | serverdata-3ab19ea19682d3bd0dd828d31cc310571180017e.tar.gz serverdata-3ab19ea19682d3bd0dd828d31cc310571180017e.tar.bz2 serverdata-3ab19ea19682d3bd0dd828d31cc310571180017e.tar.xz serverdata-3ab19ea19682d3bd0dd828d31cc310571180017e.zip |
Last attempt at grenade
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 2a73d91df..681798843 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1628,8 +1628,8 @@ item_db: ( UseEffect: 52 // TODO FIXME: We should add to db/constants.conf instead of using numbers Script: <" //itemskill SM_MAGNUM,1; - // Fallback: ~~TF_HIDING AS_CLOAKING~~ RA_CAMOUFLAGE - itemskill(SC_INVISIBILITY, 1, 1); + // Fallback: ~~TF_HIDING AS_CLOAKING SC_INVISIBILITY~~ + itemskill(RA_CAMOUFLAGE, 1, 1); "> }, { |