diff options
author | Ecuador-ManaWorld <Ecuador@email.com> | 2016-04-22 21:56:44 +0530 |
---|---|---|
committer | Ecuador-ManaWorld <Ecuador@email.com> | 2016-04-22 21:56:44 +0530 |
commit | 14f8c0f371a64ae7630787f38c8be85697603f04 (patch) | |
tree | b22a317be575086855237a7d81549a1226b34f23 /world/map/npc/009-8/celestia.txt | |
parent | cab5e80475f0fa1370b8587c519bb6b6b7c6190a (diff) | |
download | serverdata-14f8c0f371a64ae7630787f38c8be85697603f04.tar.gz serverdata-14f8c0f371a64ae7630787f38c8be85697603f04.tar.bz2 serverdata-14f8c0f371a64ae7630787f38c8be85697603f04.tar.xz serverdata-14f8c0f371a64ae7630787f38c8be85697603f04.zip |
Celestia's groceries quest - GP mismatch
Made GP same as in line 154. Bug reported by [DragonStar](https://forums.themanaworld.org/viewtopic.php?f=3&t=19636).
Diffstat (limited to 'world/map/npc/009-8/celestia.txt')
-rw-r--r-- | world/map/npc/009-8/celestia.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/009-8/celestia.txt b/world/map/npc/009-8/celestia.txt index 8b2ee06a..9aa5ef3a 100644 --- a/world/map/npc/009-8/celestia.txt +++ b/world/map/npc/009-8/celestia.txt @@ -145,7 +145,7 @@ L_GiveGroceries: mes "Celestia also hands you a heavy pouch filled with gold pieces."; mes; mes "["+getitemlink("Beret")+"]"; - mes "[20,000 GP]"; + mes "[10,000 GP]"; mes "[20,000 EXP]"; delitem "ChocolateBar", 100; // remove chocolate bars delitem "GingerBreadMan", 50; // remove ginger bread men |