diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-05-10 21:52:54 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-05-10 21:52:54 -0300 |
commit | 0807854975edb8cf7799a22f9440f4831e7613a7 (patch) | |
tree | d6f6232164fefaa2c148ea6f45983ed67165827f | |
parent | 91ce5f3a323954a894fd95cb7fc2e1185c189b46 (diff) | |
download | serverdata-0807854975edb8cf7799a22f9440f4831e7613a7.tar.gz serverdata-0807854975edb8cf7799a22f9440f4831e7613a7.tar.bz2 serverdata-0807854975edb8cf7799a22f9440f4831e7613a7.tar.xz serverdata-0807854975edb8cf7799a22f9440f4831e7613a7.zip |
Space to Tabulation on databases
-rw-r--r-- | db/re/item_db.conf | 8 | ||||
-rw-r--r-- | db/re/mob_db.conf | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index ab4c72794..f22d87d88 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -9593,10 +9593,10 @@ item_db: ( } Script: <" if (getgmlevel() < 99) { - logmes "Banning invalid use of Admin Cap", LOGMES_ATCOMMAND; - announce "Security violation at item.db.2988, Administrator help immediately required.", bc_all; - atcommand "@ban 1m "+strcharinfo(0); - delitem 2988, 1; + logmes "Banning invalid use of Admin Cap", LOGMES_ATCOMMAND; + announce "Security violation at item.db.2988, Administrator help immediately required.", bc_all; + atcommand "@ban 1m "+strcharinfo(0); + delitem 2988, 1; } "> Sprite: 0 diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index f9c9af925..02e3cc4d4 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -1598,7 +1598,7 @@ mob_db: ( MaggotSlime: 8000 BugLeg: 4000 CactusPotion: 700 - CactusDrink: 600 + CactusDrink: 600 SharpKnife: 100 } }, |