mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-09-12 23:45:12 -04:00
Allows God Mode Players Access to Jabba's Palace Regardless If They Completed The Required Quests Or Not
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user