diff options
author | mekolat <mekolat@gmail.com> | 2015-02-25 14:31:44 -0500 |
---|---|---|
committer | mekolat <mekolat@gmail.com> | 2015-03-05 08:35:51 -0500 |
commit | baffa49e31202e76c6dbc48685cd4a0b90354c1c (patch) | |
tree | 2c5bc1277304037b1301d1eb5061bef6a323fd9a /world/map/npc/012-1 | |
parent | 265d17ca12b76e51ca6b18249c96c1940a15d681 (diff) | |
download | serverdata-baffa49e31202e76c6dbc48685cd4a0b90354c1c.tar.gz serverdata-baffa49e31202e76c6dbc48685cd4a0b90354c1c.tar.bz2 serverdata-baffa49e31202e76c6dbc48685cd4a0b90354c1c.tar.xz serverdata-baffa49e31202e76c6dbc48685cd4a0b90354c1c.zip |
fix Turtleneck
Diffstat (limited to 'world/map/npc/012-1')
-rw-r--r-- | world/map/npc/012-1/injured-mouboo.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/012-1/injured-mouboo.txt b/world/map/npc/012-1/injured-mouboo.txt index 58a6af50..09e27c80 100644 --- a/world/map/npc/012-1/injured-mouboo.txt +++ b/world/map/npc/012-1/injured-mouboo.txt @@ -195,7 +195,7 @@ L_dead: getinventorylist; if (@inventorylist_count == 100) goto L_nopickup; - getitem "BlackTurtleneckSweater", 1; + getitem "BlackTurtleneck", 1; mes "You pull out the sweater and stuff it into your backpack."; set @Q_status, @STATE_TOOK_KILL_REWARD; callsub S_update_var; |