L2JMobius

Fafurion Cannot find symbol GOLD_FISH_SOULSHOTS

Mechagon3k · 1 · 1379

Offline Mechagon3k

  • Knight
  • ***
    • Posts: 67
Hi, it was added in enums
import org.l2jmobius.gameserver.enums.ShotType;

public enum ShotType
{
   SOULSHOTS,
   SPIRITSHOTS,
   BLESSED_SOULSHOTS,
   BLESSED_SPIRITSHOTS,
   FISH_SOULSHOTS,
   GOLD_FISH_SOULSHOTS;



Code: [Select]
-----------------------
Compilation diagnostics
-----------------------
ERROR: data\scripts\handlers\itemhandlers\FishShots.java, Line 59, Column 99
code: compiler.err.cant.resolve.location
message: cannot find symbol
  symbol:   variable GOLD_FISH_SOULSHOTS
  location: class org.l2jmobius.gameserver.enums.ShotType
ERROR: data\scripts\handlers\itemhandlers\FishShots.java, Line 80, Column 51
code: compiler.err.cant.resolve.location
message: cannot find symbol
  symbol:   variable GOLD_FISH_SOULSHOTS
  location: class org.l2jmobius.gameserver.enums.ShotType