diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-13 10:12:04 -0200 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-13 10:12:04 -0200 |
commit | f40153c93a300bdb1d9ed3b2b91f7c53ecaced49 (patch) | |
tree | 2914d77c729ad3b5fc20b5ae26e666b58d845060 /npc/003-2/estard.txt | |
parent | c34ee3ffc06d612c05eaece202de84244716d0bb (diff) | |
download | serverdata-f40153c93a300bdb1d9ed3b2b91f7c53ecaced49.tar.gz serverdata-f40153c93a300bdb1d9ed3b2b91f7c53ecaced49.tar.bz2 serverdata-f40153c93a300bdb1d9ed3b2b91f7c53ecaced49.tar.xz serverdata-f40153c93a300bdb1d9ed3b2b91f7c53ecaced49.zip |
Lua, at Tulimshar's townhall, give GMs their sets. (Also fixes itemdb)
Diffstat (limited to 'npc/003-2/estard.txt')
-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 6e668282c..ebaf9d81d 100644 --- a/npc/003-2/estard.txt +++ b/npc/003-2/estard.txt @@ -120,6 +120,6 @@ OnInit: .sex = G_MALE; - .distance = 3; + .distance = 4; end; } |