diff options
author | Reid Yaro <reidyaro@gmail.com> | 2013-06-17 03:19:04 +0100 |
---|---|---|
committer | Reid Yaro <reidyaro@gmail.com> | 2013-06-17 03:19:04 +0100 |
commit | c2ad4f875e93acc6cc6b89132155cc42a3cca489 (patch) | |
tree | 97dd292daa1ea80e3296bb6195a6e911f8d1391d /npc/000-1/gugli.txt | |
parent | b1fcfb4b0f142acbbf7a040f829fa0305df413a0 (diff) | |
download | serverdata-c2ad4f875e93acc6cc6b89132155cc42a3cca489.tar.gz serverdata-c2ad4f875e93acc6cc6b89132155cc42a3cca489.tar.bz2 serverdata-c2ad4f875e93acc6cc6b89132155cc42a3cca489.tar.xz serverdata-c2ad4f875e93acc6cc6b89132155cc42a3cca489.zip |
Add missing getexp on gugli script.
Diffstat (limited to 'npc/000-1/gugli.txt')
-rw-r--r-- | npc/000-1/gugli.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/000-1/gugli.txt b/npc/000-1/gugli.txt index 8b4fdbf9..fb0b21b9 100644 --- a/npc/000-1/gugli.txt +++ b/npc/000-1/gugli.txt @@ -192,6 +192,7 @@ l_TaskDone: if (countitem("PlushroomBox") == 1) delitem "PlushroomBox", 1; setq ShipQuests_Gugli, 2; + set zeny, zeny+250; getexp 50, 0; mes ""; |