summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-02-11 11:29:30 -0200
committerJesusaves <cpntb1@ymail.com>2019-02-11 11:29:30 -0200
commitc3c7fb0feaf151d5d4fb2632b59f51d2bfd6a8f2 (patch)
tree833a29b0b7c62d75014d2d5eb843122401544717
parentcccb2eb157cb369b9f2ccefc5e04119f9ba63d26 (diff)
downloadserverdata-c3c7fb0feaf151d5d4fb2632b59f51d2bfd6a8f2.tar.gz
serverdata-c3c7fb0feaf151d5d4fb2632b59f51d2bfd6a8f2.tar.bz2
serverdata-c3c7fb0feaf151d5d4fb2632b59f51d2bfd6a8f2.tar.xz
serverdata-c3c7fb0feaf151d5d4fb2632b59f51d2bfd6a8f2.zip
Minor changes
-rw-r--r--db/re/item_db.conf2
-rw-r--r--npc/commands/music.txt6
2 files changed, 4 insertions, 4 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 8ef11b6ad..c74863ea4 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -5931,7 +5931,7 @@ item_db: (
Name: "Leather Shirt"
Type: "IT_ARMOR"
Buy: 1200
- Sell: 450
+ Sell: 550
Weight: 310
Def: 34
Loc: "EQP_HEAD_MID"
diff --git a/npc/commands/music.txt b/npc/commands/music.txt
index 4cf786ee8..2399f679f 100644
--- a/npc/commands/music.txt
+++ b/npc/commands/music.txt
@@ -29,8 +29,8 @@ OnCall:
if (.@m$ == "Not found") {
//.@m$ = implode(.@atcmd_parameters$[0], " ");
dispbottom "Invalid music key. Current accepted values are:";
- dispbottom "ship, city, ghoul, surreal, magic, forest, mythica, acid, misuse, prelude, sunrise, peace, toast, woodland2, lands, deepcave";
- dispbottom "8bit, action, hurns, fields, tulim, candor, lof, icecave, manacave, adventure";
+ dispbottom "ship, city, ghoul, surreal, magic, forest, mythica, acid, misuse, prelude, sunrise, peace, toast, woodland2, unforgiving";
+ dispbottom "deepcave, 8bit, action, hurns, fields, tulim, candor, lof, icecave, manacave, adventure";
} else {
changemusic .@map$, .@m$;
}
@@ -55,7 +55,7 @@ OnInit:
htput(.hash, "peace2", "peace2.ogg");
htput(.hash, "toast", "dragon_and_toast.ogg");
htput(.hash, "woodland2", "New_Woodlands.ogg");
- htput(.hash, "lands", "Unforgiving_Lands.ogg");
+ htput(.hash, "unforgiving","Unforgiving_Lands.ogg");
htput(.hash, "deepcave", "Deep_Cave.ogg");
htput(.hash, "8bit", "8bit_the_hero.ogg");
htput(.hash, "action", "Arabesque.ogg");