diff options
author | Haru <haru@dotalux.com> | 2014-10-22 04:43:41 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2014-10-30 01:22:52 +0100 |
commit | b3aef69807e315f71109ee00755087303b5336df (patch) | |
tree | a4fd6889accd1d825ccc0016e405d8fad09ae41d /db | |
parent | cf8d24e602cce90d8f7c22e3d4a04aca4b66a3f3 (diff) | |
download | hercules-b3aef69807e315f71109ee00755087303b5336df.tar.gz hercules-b3aef69807e315f71109ee00755087303b5336df.tar.bz2 hercules-b3aef69807e315f71109ee00755087303b5336df.tar.xz hercules-b3aef69807e315f71109ee00755087303b5336df.zip |
Deprecated checkmadogear and setmadogear commands
Replaced their use in scripts with checkmount and setmount,
respectively.
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 42cd378f1..0f6d51c72 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -80155,7 +80155,7 @@ item_db: ( Job: 0x00000400 Upper: 63 BuyingStore: true - Script: <" if(checkmadogear()) itemheal rand(200,300),0; "> + Script: <" if(checkmount() == MOUNT_MADO) itemheal rand(200,300),0; "> }, { Id: 12393 @@ -80167,7 +80167,7 @@ item_db: ( Job: 0x00000400 Upper: 63 BuyingStore: true - Script: <" if(checkmadogear()) itemheal rand(300,400),0; "> + Script: <" if(checkmount() == MOUNT_MADO) itemheal rand(300,400),0; "> }, { Id: 12394 @@ -80179,7 +80179,7 @@ item_db: ( Job: 0x00000400 Upper: 63 BuyingStore: true - Script: <" if(checkmadogear()) itemheal rand(400,500),0; "> + Script: <" if(checkmount() == MOUNT_MADO) itemheal rand(400,500),0; "> }, { Id: 12395 |