diff options
Diffstat (limited to 'db/pre-re/item_db.conf')
-rw-r--r-- | db/pre-re/item_db.conf | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf index 8d4c99379..e836d55fe 100644 --- a/db/pre-re/item_db.conf +++ b/db/pre-re/item_db.conf @@ -69972,10 +69972,10 @@ item_db: ( noauction: true } Script: <" - getitem Red_Slim_Potion,100; - getitem Yellow_Slim_Potion,100; - getitem White_Slim_Potion,100; - getitem Blue_Potion,100; + getitem Red_Slim_Potion, 100; + getitem Yellow_Slim_Potion, 100; + getitem White_Slim_Potion, 100; + getitem Blue_Potion, 100; "> }, { @@ -69986,9 +69986,9 @@ item_db: ( Buy: 0 Weight: 10 Script: <" - if(getskilllv(HT_FALCON)) { - if(checkoption(Option_Wug) || checkoption(Option_Wugrider)) end; - if(checkfalcon() == 1) { + if (getskilllv(HT_FALCON)) { + if (checkoption(Option_Wug) || checkoption(Option_Wugrider)) end; + if (checkfalcon() == 1) { setfalcon 0; } else { |