diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-19 18:59:30 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-19 18:59:30 -0200 |
commit | 8e42f82250832b37bc111034c1af29625fc08e2f (patch) | |
tree | 4c99dcef7630af8262afaf55360c060a9d532a8a | |
parent | 0e717a37638a703ce8faea69f2c919a30a07805a (diff) | |
download | serverdata-8e42f82250832b37bc111034c1af29625fc08e2f.tar.gz serverdata-8e42f82250832b37bc111034c1af29625fc08e2f.tar.bz2 serverdata-8e42f82250832b37bc111034c1af29625fc08e2f.tar.xz serverdata-8e42f82250832b37bc111034c1af29625fc08e2f.zip |
Reduce guild price to 50.000 GP
-rw-r--r-- | npc/003-2/estard.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-2/estard.txt b/npc/003-2/estard.txt index 453bcfa77..8df4e477a 100644 --- a/npc/003-2/estard.txt +++ b/npc/003-2/estard.txt @@ -42,7 +42,7 @@ function create_guild { - .@guild_price = 100000; + .@guild_price = 50000; speech S_FIRST_BLANK_LINE | S_LAST_NEXT, l("Creating a guild is not for the faint of heart. You cannot share experience or drops."), |