mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-01-17 00:05:07 -05:00
Fixed fish filet issue where it gives you resources from other planets
This commit is contained in:
@@ -1471,7 +1471,7 @@ public class minigame extends script.base_script
|
||||
}
|
||||
if (resourceAmt > 0)
|
||||
{
|
||||
String resourceType = params.getString(COL_RESOURCE_TYPE);
|
||||
String resourceType = params.getString(COL_RESOURCE_TYPE) + "_" + castLoc.area;
|
||||
if (resourceType != null && !resourceType.equals(""))
|
||||
{
|
||||
resource.createRandom(resourceType, resourceAmt, castLoc, fish, player, 1);
|
||||
|
||||
Reference in New Issue
Block a user