diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-15 05:54:11 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-15 05:54:11 +0000 |
commit | 99a782b3fa7210ef1de531d5208d5c778a3fef99 (patch) | |
tree | 70bfc7c5dedc8c4b14f4018ae79aff07e891a961 /npc/cities | |
parent | 49400aa36a6dfe08de89fede029eae63c397a6c1 (diff) | |
download | hercules-99a782b3fa7210ef1de531d5208d5c778a3fef99.tar.gz hercules-99a782b3fa7210ef1de531d5208d5c778a3fef99.tar.bz2 hercules-99a782b3fa7210ef1de531d5208d5c778a3fef99.tar.xz hercules-99a782b3fa7210ef1de531d5208d5c778a3fef99.zip |
fixed pollution quest
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8767 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/cities')
-rw-r--r-- | npc/cities/payon.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/cities/payon.txt b/npc/cities/payon.txt index 1466949ba..23768539b 100644 --- a/npc/cities/payon.txt +++ b/npc/cities/payon.txt @@ -961,7 +961,7 @@ L_AskFuture: mes "[Lhimetorra]";
mes "Future... the card that sees the future is beginning to speak...... Prepare yourself...";
next;
- set @TEMP,,rand(2);
+ set @TEMP,rand(2);
mes "[Lhimetorra]";
if(@TEMP == 0) mes "Jack says you may be frustrated in the future.";
if(@TEMP == 1) mes "He says to overcome the frustration, it is necessary to think of happy thoughts.";
|