summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/re/item_db.conf2
-rw-r--r--npc/025-1/yuko.txt6
2 files changed, 4 insertions, 4 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 4ea3a03c1..b74e2197c 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -16198,7 +16198,7 @@ item_db: (
{
Id: 8012
AegisName: "BigBulletSack"
- Name: "Small Bullet Sack"
+ Name: "Big Bullet Sack"
Type: "IT_USABLE"
Buy: 960
Sell: 480
diff --git a/npc/025-1/yuko.txt b/npc/025-1/yuko.txt
index bfe3698f2..e14775af7 100644
--- a/npc/025-1/yuko.txt
+++ b/npc/025-1/yuko.txt
@@ -17,10 +17,10 @@
OnInit:
.@npcId = getnpcid(.name$);
- setunitdata(.@npcId, UDT_HEADTOP, FancyHat);
- setunitdata(.@npcId, UDT_HEADMIDDLE, SailorShirt);
+ setunitdata(.@npcId, UDT_HEADTOP, DarkKnightHelmet);
+ setunitdata(.@npcId, UDT_HEADMIDDLE, RedknightArmor);
setunitdata(.@npcId, UDT_HEADBOTTOM, BromenalPants);
- setunitdata(.@npcId, UDT_WEAPON, LousyMoccasins); // Boots
+ setunitdata(.@npcId, UDT_WEAPON, BlueKnightShield); // Boots
setunitdata(.@npcId, UDT_HAIRSTYLE, 7);
setunitdata(.@npcId, UDT_HAIRCOLOR, 17);