diff options
author | Coffee <coffee@coffee-EP45-UD3L.(none)> | 2011-07-02 06:57:23 -0300 |
---|---|---|
committer | Coffee <coffee@coffee-EP45-UD3L.(none)> | 2011-07-02 06:57:23 -0300 |
commit | 750d496377d2346715e0b18161f7d1b3e9f989fe (patch) | |
tree | 99d1382410e4c84ecedc9e481e3067fe641c80a1 /world/map/npc/009-2 | |
parent | 38cccd4ba9a2a13a421d9f3adc7e0402bfe8f3c4 (diff) | |
download | serverdata-750d496377d2346715e0b18161f7d1b3e9f989fe.tar.gz serverdata-750d496377d2346715e0b18161f7d1b3e9f989fe.tar.bz2 serverdata-750d496377d2346715e0b18161f7d1b3e9f989fe.tar.xz serverdata-750d496377d2346715e0b18161f7d1b3e9f989fe.zip |
Sets a variable to zero when it is not needed anymore.
Diffstat (limited to 'world/map/npc/009-2')
-rw-r--r-- | world/map/npc/009-2/olana.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/world/map/npc/009-2/olana.txt b/world/map/npc/009-2/olana.txt index e19c3aeb..0cc855b1 100644 --- a/world/map/npc/009-2/olana.txt +++ b/world/map/npc/009-2/olana.txt @@ -91,6 +91,7 @@ L_Cont: L_Let: mes "[Olana]"; set Rossy_Quest, 5; + set gotcherry, 0; mes "\"Thank you again. Please, bring it to her as fast as you can.\""; close; |