summaryrefslogtreecommitdiff
path: root/world/map
diff options
context:
space:
mode:
Diffstat (limited to 'world/map')
-rw-r--r--world/map/npc/commands/hug.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/world/map/npc/commands/hug.txt b/world/map/npc/commands/hug.txt
index 323e0563..f97c81e4 100644
--- a/world/map/npc/commands/hug.txt
+++ b/world/map/npc/commands/hug.txt
@@ -13,7 +13,8 @@
if (@target_id != BL_ID) misceffect FX_HUG, @target_id;
if (@target_id != .tree_id) end;
- callfunc "QuestTreeTouch";
+ set @flag, 2;
+ callfunc "QuestTreeTrigger";
close;
OnInit: