diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-09-17 11:39:17 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-09-17 11:41:05 -0300 |
commit | 9488ab6ad0d618a9cc999896762d805abde5fca3 (patch) | |
tree | 8374e63c4c1ee2bc1d027ca06a04e258dd05ece3 | |
parent | 0ec50895cb8d01347f43510fa7a1e0d2a4c20068 (diff) | |
download | serverdata-jesusalva/cut001.tar.gz serverdata-jesusalva/cut001.tar.bz2 serverdata-jesusalva/cut001.tar.xz serverdata-jesusalva/cut001.zip |
Fix the Empty Bowl bug (account bound)jesusalva/cut001
-rw-r--r-- | db/re/item_db.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 1dce23e9..6be57083 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1215,6 +1215,7 @@ item_db: ( Script: <" sc_start SC_ATTHASTE_POTION1, 80000, 300; // These are totally placeholders. We want STR + 10 and VIT + 5 and max. HP + 2000 for three minutes. sc_start SC_INCHITRATE, 80000, 300; + getitembound EmptyBowl, 1, IBT_ACCOUNT; "> }, { |