The import com.l2jserver.gameserver.model.PcCondOverride is never used

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
User avatar
KGB1st
Posts: 230
Joined: Sat Jul 26, 2014 5:58 pm

The import com.l2jserver.gameserver.model.PcCondOverride is never used

Post by KGB1st »

Another warn has been appeared later. hmmmm.

Code: Select all

1. WARNING in C:\path\game\data\scripts\instances\DarkCloudMansion\DarkCloudMansion.java (at line 31)
        import com.l2jserver.gameserver.model.PcCondOverride;
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import com.l2jserver.gameserver.model.PcCondOverride is never used
----------
1 problem (1 warning)
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7005
Joined: Tue Aug 11, 2009 3:36 am

Re: The import com.l2jserver.gameserver.model.PcCondOverride is never used

Post by Zoey76 »

Update your Datapack properly. :+1:
Powered by Eclipse 4.30 ๐ŸŒŒ | Eclipse Temurin 21 โ˜• | MariaDB 11.3.2 ๐Ÿ—ƒ๏ธ | L2J Server 2.6.3.0 - High Five ๐Ÿš€

๐Ÿ”— Join our Discord! ๐ŸŽฎ๐Ÿ’ฌ
User avatar
KGB1st
Posts: 230
Joined: Sat Jul 26, 2014 5:58 pm

Re: The import com.l2jserver.gameserver.model.PcCondOverride is never used

Post by KGB1st »

This operation is hard for me and my git lvl =)
User avatar
volix
Posts: 106
Joined: Tue May 17, 2011 5:20 pm

Re: The import com.l2jserver.gameserver.model.PcCondOverride is never used

Post by volix »

In datapack dir:

Code: Select all

git pull origin master
and resolve conflict. :think:

Or replace
C:\path\game\data\scripts\instances\DarkCloudMansion\DarkCloudMansion.java <-
https://github.com/L2J/L2J_DataPack/blo ... nsion.java :wink:
Post Reply