From b3aef69807e315f71109ee00755087303b5336df Mon Sep 17 00:00:00 2001 From: Haru Date: Wed, 22 Oct 2014 04:43:41 +0200 Subject: Deprecated checkmadogear and setmadogear commands Replaced their use in scripts with checkmount and setmount, respectively. Signed-off-by: Haru --- db/re/item_db.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'db') 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 -- cgit v1.2.3-60-g2f50