diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-26 02:14:15 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-26 02:14:15 -0200 |
commit | ac8f3668ca43b427c55911c4403a4042633b1313 (patch) | |
tree | 2e31ac5f92cacd168095a093d63743795e0d30ce /npc/021-4 | |
parent | e4ae9cdabcc34e73804f08a235ece5f363754ad3 (diff) | |
download | serverdata-ac8f3668ca43b427c55911c4403a4042633b1313.tar.gz serverdata-ac8f3668ca43b427c55911c4403a4042633b1313.tar.bz2 serverdata-ac8f3668ca43b427c55911c4403a4042633b1313.tar.xz serverdata-ac8f3668ca43b427c55911c4403a4042633b1313.zip |
Cindy's reward is now an [Earmuffs], which is a decorative (bragging-rights) item
Diffstat (limited to 'npc/021-4')
-rw-r--r-- | npc/021-4/main.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/021-4/main.txt b/npc/021-4/main.txt index 177497e53..c6021f1e0 100644 --- a/npc/021-4/main.txt +++ b/npc/021-4/main.txt @@ -120,7 +120,7 @@ L_Winner: .@q=getq(NivalisQuest_Cindy); // First time if (.@q == 4) - getitem ApprenticeWand, 1; + getitem Earmuffs, 1; else Zeny=Zeny+rand(5000,15000); $@CINDY_HERO$=""; |