diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-08 21:17:46 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-08 21:17:46 -0300 |
commit | 4c041e9e05c1b2cdca59b15f758c07704313c818 (patch) | |
tree | bf64c47ee54de3f2c018e60b36855d2d6f5dee62 | |
parent | 126dc86839402416b5fcf21a821f8ccf75da6396 (diff) | |
download | serverdata-4c041e9e05c1b2cdca59b15f758c07704313c818.tar.gz serverdata-4c041e9e05c1b2cdca59b15f758c07704313c818.tar.bz2 serverdata-4c041e9e05c1b2cdca59b15f758c07704313c818.tar.xz serverdata-4c041e9e05c1b2cdca59b15f758c07704313c818.zip |
Make Candor Arena 2000 GP cheaper - the price was too high, and not really
worth it.
-rw-r--r-- | npc/006-1/crazyfefe.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/006-1/crazyfefe.txt b/npc/006-1/crazyfefe.txt index 42ef25a43..a63a49f08 100644 --- a/npc/006-1/crazyfefe.txt +++ b/npc/006-1/crazyfefe.txt @@ -263,7 +263,7 @@ OnPetDeath: OnInit: .sex=G_OTHER; .distance=5; - .price=8000; + .price=6000; .delay=(60*40); .wtime=0; end; |