diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2015-01-30 11:06:49 +0530 |
---|---|---|
committer | Dastgir <dastgirpojee@rocketmail.com> | 2015-01-30 11:06:49 +0530 |
commit | 3d47fdff7ddae8e5f028425c653dccc4ecfcfed5 (patch) | |
tree | 6757e32cf1854e0d10919d2fcf45c8c0dc842b92 /npc | |
parent | 1ba9c437f2541012a9e54a30424f76495f331842 (diff) | |
parent | 8a8d16266a9069046b78c1fea4369499303b3f2c (diff) | |
download | hercules-3d47fdff7ddae8e5f028425c653dccc4ecfcfed5.tar.gz hercules-3d47fdff7ddae8e5f028425c653dccc4ecfcfed5.tar.bz2 hercules-3d47fdff7ddae8e5f028425c653dccc4ecfcfed5.tar.xz hercules-3d47fdff7ddae8e5f028425c653dccc4ecfcfed5.zip |
Merge branch 'master' of https://github.com/HerculesWS/Hercules
Diffstat (limited to 'npc')
-rw-r--r-- | npc/quests/lvl4_weapon_quest.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/quests/lvl4_weapon_quest.txt b/npc/quests/lvl4_weapon_quest.txt index e31ea53c3..5f2514068 100644 --- a/npc/quests/lvl4_weapon_quest.txt +++ b/npc/quests/lvl4_weapon_quest.txt @@ -1958,7 +1958,7 @@ niflheim,240,193,3 script Kayron#lv4 4_M_NFDEADMAN2,{ if (.@shobu > 1) { mes "[Kayron]"; mes "Let's see..."; - mes "You won " + shobu + " times."; + mes "You won " + .@shobu + " times."; mes "You must be really"; mes "Without a doubt, you've"; mes "got some pretty good luck~"; |