diff options
author | Kess Vargavind <vargavind@gmail.com> | 2009-06-01 12:20:22 +0200 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-06-01 15:25:32 -0600 |
commit | 260776b9001af6f8ebab74da2d47ec2fcc655e1e (patch) | |
tree | bec2f504277b2fdbef6dbdfd6087ee3a6c73d432 /npc/012-1_Woodland_Hills/injured-mouboo.txt | |
parent | d8eeb7fd8000b60611f657c2dd2fe094eac41cdf (diff) | |
download | serverdata-260776b9001af6f8ebab74da2d47ec2fcc655e1e.tar.gz serverdata-260776b9001af6f8ebab74da2d47ec2fcc655e1e.tar.bz2 serverdata-260776b9001af6f8ebab74da2d47ec2fcc655e1e.tar.xz serverdata-260776b9001af6f8ebab74da2d47ec2fcc655e1e.zip |
More fixes for item labels
I am sorry about forgetting to check the scripts, I learnt that
mistake too late. This is the situation a few grep's later.
(I also updated the ignore list.)
Diffstat (limited to 'npc/012-1_Woodland_Hills/injured-mouboo.txt')
-rw-r--r-- | npc/012-1_Woodland_Hills/injured-mouboo.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/012-1_Woodland_Hills/injured-mouboo.txt b/npc/012-1_Woodland_Hills/injured-mouboo.txt index efa68ad5..ae203a9a 100644 --- a/npc/012-1_Woodland_Hills/injured-mouboo.txt +++ b/npc/012-1_Woodland_Hills/injured-mouboo.txt @@ -196,7 +196,7 @@ L_dead: if (@inventorylist_count == 100) goto L_nopickup; - getitem "BlackTNeckSweater", 1; + getitem "BlackTurtleneckSweater", 1; mes "You pull out the sweater and stuff it into your backpack."; set @Q_status, @STATE_TOOK_KILL_REWARD; |