summaryrefslogtreecommitdiff
path: root/npc/018-2-2/main.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/018-2-2/main.txt')
-rw-r--r--npc/018-2-2/main.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/018-2-2/main.txt b/npc/018-2-2/main.txt
index cfa69dc8b..d8c6c5461 100644
--- a/npc/018-2-2/main.txt
+++ b/npc/018-2-2/main.txt
@@ -12,6 +12,7 @@
function DungeonClear {
getmapxy(.@m$, .@x, .@y, 0);
areatimer(.@m$, .@x-15, .@y-15, .@x+15, .@y+15, 100, "#HH_CONTROLLER01::OnFinish");
+ unitskilluseid(getcharid(3), BS_GREED, 1, getcharid(3));
return;
}