summaryrefslogtreecommitdiff
path: root/npc/017-3/dimonds.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-10-25 08:02:32 -0300
committerJesusaves <cpntb1@ymail.com>2018-10-25 08:02:32 -0300
commit332152078d3340213f36cba531a5cf3874a789c1 (patch)
tree5792831aba5e18b1ce9662fca6cfffacc53eb777 /npc/017-3/dimonds.txt
parent3ced1b801efa2d2dc061b6003b2dc56d6bb08121 (diff)
downloadserverdata-332152078d3340213f36cba531a5cf3874a789c1.tar.gz
serverdata-332152078d3340213f36cba531a5cf3874a789c1.tar.bz2
serverdata-332152078d3340213f36cba531a5cf3874a789c1.tar.xz
serverdata-332152078d3340213f36cba531a5cf3874a789c1.zip
Penalty for bad player + correct recovery() so it doesn't heals THE WHOLE MAPSERVER
ie. all currently connected players
Diffstat (limited to 'npc/017-3/dimonds.txt')
-rw-r--r--npc/017-3/dimonds.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/017-3/dimonds.txt b/npc/017-3/dimonds.txt
index b8491884c..685a12d95 100644
--- a/npc/017-3/dimonds.txt
+++ b/npc/017-3/dimonds.txt
@@ -615,7 +615,7 @@ OnInit:
if (@menu == 2)
close;
Zeny=Zeny-100;
- recovery();
+ recovery(getcharid(3));
if (rand(1,2) == 1)
sc_start SC_POISON, 60000, 0, 10000;
else