diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-10-21 15:13:16 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-10-21 15:13:16 -0300 |
commit | fbd967dd5953385370b3ec4a2064b23f40d3d19d (patch) | |
tree | af4035c0d1500cd66816d6fcd1e91e922569e396 /npc/001-2-9 | |
parent | 3259c003748616ed319d2260604fab0b1f18d701 (diff) | |
parent | 1959b79d649d7abb021c536281fadf88cd43d974 (diff) | |
download | serverdata-jesusalva/newperm.tar.gz serverdata-jesusalva/newperm.tar.bz2 serverdata-jesusalva/newperm.tar.xz serverdata-jesusalva/newperm.zip |
Merge branch 'master' into jesusalva/newpermjesusalva/newperm
Diffstat (limited to 'npc/001-2-9')
-rw-r--r-- | npc/001-2-9/janus.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/001-2-9/janus.txt b/npc/001-2-9/janus.txt index 616991a6..6d176615 100644 --- a/npc/001-2-9/janus.txt +++ b/npc/001-2-9/janus.txt @@ -31,7 +31,7 @@ } else { - Zeny = Zeny - .@party_price; + Zeny -= .@party_price; setq General_Janus, 2; skill NV_BASIC, 7, 0; @@ -61,7 +61,7 @@ else { inventoryplace GuildCertification, 1; - Zeny = Zeny - .@guild_price; + Zeny -= .@guild_price; setq General_Janus, 3; getitem GuildCertification, 1; |