diff options
author | Reid <reidyaro@gmail.com> | 2016-03-02 21:25:59 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2016-03-02 21:25:59 +0100 |
commit | e675932c166a6f38aa919d4fca4b5af94c61d715 (patch) | |
tree | a33f259bafc28adb0243a418dd0c33a58ee1a508 | |
parent | 68de885aa323ce366a8655351848436ed5c522d2 (diff) | |
download | serverdata-e675932c166a6f38aa919d4fca4b5af94c61d715.tar.gz serverdata-e675932c166a6f38aa919d4fca4b5af94c61d715.tar.bz2 serverdata-e675932c166a6f38aa919d4fca4b5af94c61d715.tar.xz serverdata-e675932c166a6f38aa919d4fca4b5af94c61d715.zip |
Fix enora's item bug.
-rw-r--r-- | npc/001-1/enora.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/npc/001-1/enora.txt b/npc/001-1/enora.txt index 794a5a4f..b8cbd430 100644 --- a/npc/001-1/enora.txt +++ b/npc/001-1/enora.txt @@ -260,6 +260,8 @@ getitem TrainingGladius, 1; getitem ArtisTankTop, 1; getitem PibberiesInfusion, 5; + setq ArtisQuests_Enora, 10; + enora_reward (80, 175); speech 4, l("Do you know where the hill is?"); @@ -278,9 +280,6 @@ break; } - setq ArtisQuests_Enora, 10; - enora_reward (80, 175); - closedialog; npctalk3 l("Thank you very much!"); close; |