diff --git a/sku.0/sys.server/compiled/game/script/quest/hero_of_tatooine/intellect_bounty_hunter.java b/sku.0/sys.server/compiled/game/script/quest/hero_of_tatooine/intellect_bounty_hunter.java index 1334b22ba..0b7589bb2 100755 --- a/sku.0/sys.server/compiled/game/script/quest/hero_of_tatooine/intellect_bounty_hunter.java +++ b/sku.0/sys.server/compiled/game/script/quest/hero_of_tatooine/intellect_bounty_hunter.java @@ -95,5 +95,8 @@ public class intellect_bounty_hunter extends script.base_script { removeObjVar(player, INTELLECT_OBJVAR); setObjVar(player, INTELLECT_FAILED, self); + setObjVar(self, SPAWNER_COMPLETE, 1); + obj_id control = getObjIdObjVar(self, SPAWNER_CONTROLLER); + messageTo(control, "handleComplete", null, 0.0f, false); } }