diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-24 22:31:59 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-24 22:31:59 -0300 |
commit | 4e60c7df92fee12d784f18945bcf0745d6b8c7ee (patch) | |
tree | e08baf81be77f1eff85ab7e67c85081d77a38a4b /npc/005-6/morgan.txt | |
parent | 7dcd5458ad1b64976b6d16f86c90ab3ef44bac84 (diff) | |
download | serverdata-4e60c7df92fee12d784f18945bcf0745d6b8c7ee.tar.gz serverdata-4e60c7df92fee12d784f18945bcf0745d6b8c7ee.tar.bz2 serverdata-4e60c7df92fee12d784f18945bcf0745d6b8c7ee.tar.xz serverdata-4e60c7df92fee12d784f18945bcf0745d6b8c7ee.zip |
Optimize some stuff
Diffstat (limited to 'npc/005-6/morgan.txt')
-rw-r--r-- | npc/005-6/morgan.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/005-6/morgan.txt b/npc/005-6/morgan.txt index ea1289183..8e79baab5 100644 --- a/npc/005-6/morgan.txt +++ b/npc/005-6/morgan.txt @@ -118,7 +118,7 @@ OnClock0556: OnClock1201: OnClock1759: OnClock0003: - restoreshopitem CottonCloth, -1, 7; - restoreshopitem Fungus, -1, 10; - restoreshopitem Bread, -1, 15; + restoreshopitem CottonCloth, 7; + restoreshopitem Fungus, 10; + restoreshopitem Bread, 15; } |