diff --git a/sku.0/sys.server/compiled/game/script/theme_park/gating/jabba/throne_block.script b/sku.0/sys.server/compiled/game/script/theme_park/gating/jabba/throne_block.script index 933fb98ee..084f0038d 100644 --- a/sku.0/sys.server/compiled/game/script/theme_park/gating/jabba/throne_block.script +++ b/sku.0/sys.server/compiled/game/script/theme_park/gating/jabba/throne_block.script @@ -11,7 +11,7 @@ trigger OnAboutToReceiveItem (obj_id destinationCell, obj_id transferrer, obj_id { return SCRIPT_CONTINUE; } - else if ( groundquests.hasCompletedQuest (item, "quest/jabba_barada") || groundquests.hasCompletedQuest (item, "quest/jabba_barada_v2") ) + else if ( groundquests.hasCompletedQuest (item, "quest/jabba_barada") || groundquests.hasCompletedQuest (item, "quest/jabba_barada_v2") || isGod(item) ) { return SCRIPT_CONTINUE; }